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.
11 lines
279 B
11 lines
279 B
7 months ago
|
# Add pixel common soong config here.
|
||
|
# Set the variables properly in ProductConfig Makefiles for each pixel device
|
||
|
|
||
|
#For sensor
|
||
|
SOONG_CONFIG_sensor += \
|
||
|
mag_no_temp \
|
||
|
single_light
|
||
|
|
||
|
SOONG_CONFIG_sensor_mag_no_temp := true
|
||
|
SOONG_CONFIG_sensor_single_light := true
|