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_sensor += \ 6 mag_no_temp \ 7 single_light 8 9SOONG_CONFIG_sensor_mag_no_temp := true 10SOONG_CONFIG_sensor_single_light := true 11