unplugged-vendor/device/google/redbull/soong/Android.bp

14 lines
348 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_sensors_cc_defaults",
module_type: "cc_defaults",
config_namespace: "sensor",
bool_variables: ["enable_sensor_ssc_for_soong"],
properties: ["enabled"],
}