1# Add pixel common soong config here. 2# Set the variables properly in ProductConfig Makefiles for each pixel device 3 4#For sensor 5SOONG_CONFIG_NAMESPACES += sensor 6SOONG_CONFIG_sensor += \ 7 enable_sensor_ssc_for_soong 8 9SOONG_CONFIG_sensor_enable_sensor_ssc_for_soong := $(ENABLE_SENSOR_SSC_FOR_SOONG) 10