Disable Baro, Prox and HIFI sensors on Tablet products

Adding the FLAG to exclude related sensor features.

Bug: 240652154
Test: adb shell pm list features
Change-Id: I80e55ff6496bff6d181a806807a194ce38c6bd44
This commit is contained in:
Roger Liao 2022-08-09 18:06:44 +08:00
parent f01909cc04
commit 752f979adb

View file

@ -33,6 +33,9 @@ PRODUCT_PACKAGES += WifiOverlayT6pro
# This flag need to be set before device/google/gs201/device.mk
DISABLE_CAMERA_FS_AF := true
# Disable baro, prox, hifi sensor related xml with a disable flag.
DISABLE_SENSOR_BARO_PROX_HIFI := true
include device/google/tangorpro/audio/tangorpro/audio-tables.mk
include device/google/gs201/device-shipping-common.mk