14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
// 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"],
|
|
}
|