You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
348 B

// 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"],
}