1. You need to register your aidl file of service in framework/base/android.mk 2. than you need to copy all_java_files & all_aidl_file in the framework/base/yourdirectory/java/ 3. and you need to add entry of yourdirectory in build/core/pathmap.mk file where the entry of "core \" is made
let me know if you need any further help. Thanks, Shridutt kothari On Wednesday, January 23, 2013 11:42:33 PM UTC+5:30, Ankit Awasthi wrote: > > Hi All, > > I am in need of a little help, I have some source code/library > downloaded, which basically I want to add into Android JB source code > source code(I have downloaded Jelly Bean source code). > > This library only have java and aidl files, So i thought to add in > framework/base/core/java folder. i doubt how to make it compiled and > publicly available so can add a app also in development which can make > use of this library. > > If anybody knows and can share what changes need to be done for this. > it will be helpful. > > > Thanks, > Ankit > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
