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

Reply via email to