forgot the tags: ["debug"] in the example below. 
Previously in Android.mk it was enough to have LOCAL_MODULE_TAGS := debug 
but now it also required to  add the name foobin in PRODUCT_PACKAGES_DEBUG.

On Monday, 18 September 2017 16:25:12 UTC+2, Michael Lekman wrote:
>
> Hello.
>
> init_rc tag for cc_prebuilt_binary doesn't copy the file to 
> /system/etc/init/.
>
> Ex:
> cc_prebuilt_binary {
>     name: "foobin",
>     srcs: ["prebuilts/system/bin/foobin"],
>     init_rc: ["init/foobin.rc"],
>     shared_libs: [
>         "liblog",
>     ],
> }
>
> BR
> /Michael
>

-- 
-- 
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