Hi, I am trying to use "genrule" in my Android.bp to generate some header files, which requires some input like PRODUCT_MODEL etc that are defined in product_config.mk. It seems that those variables cannot be directly used in the "cmd" of a "genrule" in Android.bp.
However, I also tried to write my golang with Android.bp, but it turns out that in the golang I still cannot access those .mk defined vars. Only some env vars are available. Could anybody point out a way for me? Thanks a lot, Robin -- -- 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.
