You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
Hello all,
I want to work with a static/shared libraries under {ANDROID_BUILD_TOP}/out/host/linux-x86/obj/ folder but some libraries hasn't been generated in this folder after building. Is there any flag or attribute in Android.bp should I set to let my expectation gonna visible? I just know that host_supported: true can help to generated more than one platform outcome but when adding this configuration, soong requests other shared/static libraries of my library has host_supported: true as well (some libraries in AOSP doesn't set this configuration). It leads to edit a tone of Android.bp in AOSP which is not what I intent to do.