jimsun | 1fb1e2f | 2020-06-08 19:23:06 +0800 | [diff] [blame] | 1 | // Define the soong config module for Pixel in this Android.bp
|
Bob Badour | 16747b5 | 2021-03-12 04:43:20 -0800 | [diff] [blame] | 2 | package { |
| 3 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 4 | } |
| 5 | |
jimsun | 1fb1e2f | 2020-06-08 19:23:06 +0800 | [diff] [blame] | 6 |
|
| 7 | soong_config_module_type {
|
| 8 | name: "pixel_glog_cc_defaults",
|
| 9 | module_type: "cc_defaults",
|
| 10 | config_namespace: "glog",
|
| 11 | bool_variables: ["enable_glog"],
|
| 12 | properties: ["cflags", "shared_libs", "header_libs"],
|
| 13 | }
|