1 2 3 4 5 6 7 8 9 10 11 12 13
// Define the soong config module for Pixel in this Android.bp package { default_applicable_licenses: ["Android-Apache-2.0"], } soong_config_module_type { name: "pixel_glog_cc_defaults", module_type: "cc_defaults", config_namespace: "glog", bool_variables: ["enable_glog"], properties: ["cflags", "shared_libs", "header_libs"], }