Those variables aren't exposed, partially because it becomes very difficult to understand which pieces of the system are then product-specific vs generic. Is there a reason why you wouldn't just read the runtime properties rather than trying to embed those values in code?
- Dan On Mon, Jul 15, 2019 at 9:31 AM DavidRobin <[email protected]> wrote: > I saw that in external/libmojo/Android.bp there is an example to generate > header files for later build process. > > genrule { > name: "libmojo_mojom_headers", > cmd: "$(location mojom_source_generator_sh)" + > " --mojom_bindings_generator=$(location mojom_bindings_generator)" + > " --package=external/libmojo" + > " --output_dir=$(genDir)" + > " --bytecode_path=$(genDir)" + > " --typemap=$(location > gen/mojo/common/common_custom_types__type_mappings)" + > " --generators=c++" + > " --use_new_wrapper_types" + > " $(in)", > > However, I cannot find how to use vars like $(PRODUCT_BRAND) > $(PRODUCT_MANUFACTURER) etc in this cmd line. > Please help. > Thanks. > > -- > -- > 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/48a06135-67f5-4381-a18c-5eed5a949601%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/48a06135-67f5-4381-a18c-5eed5a949601%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- -- 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/CALQgHdm1CagEUMCC-XC%3DWrsUDM2-QrOo7T3RzS8df3w_8E%3Dn1Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
