When I try to add a target binary called badblocks (defined 
https://android.googlesource.com/platform/external/e2fsprogs/+/refs/heads/master/misc/Android.bp#157)
 
into image.
"PRODUCT_PACKAGES += badblocks" will show this error:
build/make/core/main.mk:1182: warning: Missing modules from 
PRODUCT_HOST_PACKAGES
build/make/core/main.mk:1183: warning: See 
https://android.googlesource.com/platform/build/+/master/Changes.md#PRODUCT_HOST_PACKAGES
 
for more information
build/make/core/main.mk:1184: warning: _ badblocks
build/make/core/main.mk:1185: error: stop. 

Because badblocks happens to be a "host_supported" binary too.
How to make only the target one installed ?
I don't want to use "PRODUCT_HOST_PACKAGES += badblocks" to generate extra 
host binary.

-- 
-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to