summaryrefslogtreecommitdiff
path: root/radio/Android.bp
blob: b41a09d3ceab54ef496891ae81e67badab6f3abe (plain)
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"],
}