Hi,
I have tried to combile set of inter-related modules with different 
Andorid.bp files which are present inside different directories. I have 
initially created Android.mk and converted it to Android.bp using androidmk 
tool. It converted LOCAL_INCLUDE_DIRS to include_dirs in Android.bp. But 
while performing mmm to that directory, am getting "*module 
"MyTestApplication" variant "android_common": Path is outside directory*" 
for most of the modules, irrespective of whether it is C/C++ or Java.

How can I selectively compile a module, say my module name is "ABCD" which 
doesn't have any other dependancy on my other modules. Can I use "make 
ABCD"?, but why it is building all other modules?. My modules are present 
inside <AOSP>/vendor/<vendor>/ABCD/Android.bp.

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/8cbd776f-2fcd-49bf-b2b7-270218c7c7ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to