[android-porting] SDK add-on with additional library

2010-02-23 Thread Wesley
nyone have an example of how this can be done ? Regards, Wesley -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Help on javadoc generation

2010-04-08 Thread Wesley
B.java LOCAL_MODULE:= my_module_name LOCAL_DROIDDOC_OPTIONS := my_module_name LOCAL_MODULE_CLASS := JAVA_LIBRARIES LOCAL_DROIDDOC_USE_STANDARD_DOCLET := true include $(BUILD_DROIDDOC) All classes in the com.xxx.yyy package are being included in the Javadoc, not only ClassA and ClassB. Can anyone help

Re: [android-porting] How to debug Android build in detailed.

2021-03-10 Thread Wesley Emanuel Da Silva
Em sex, 26 de fev de 2021 14:05, ghalib khan escreveu: > Hello, > > Am trying to build Android 10 with sources, i have noted the flow of > build as follows, > > $ source ./build/envsetup.sh > > $ print_lunch_menu - -> Lunch menu building on Linux > > $ lunch aosp_riscv64-eng > > $ m –j > > $ >