summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEva Chen <evaschen@google.com>2022-02-23 14:03:51 -0800
committerEva Chen <evaschen@google.com>2022-02-23 19:29:14 -0800
commit970cb5a42775433ea8ca4a7a0e0484e2c430b3b7 (patch)
tree7a63a3679b468da6c81b4464c9c4773365083e4e /common
parentbb7e69089a01f759397aa3e7ce0cbba950af6e0a (diff)
downloadcar-970cb5a42775433ea8ca4a7a0e0484e2c430b3b7.tar.gz
Update sensor features for cars to include limited axes IMUs.
Bug: 220907471 Test: atest SystemFeaturesTest Change-Id: Iba3f40628848c01fad456b2b422da19af893fab7
Diffstat (limited to 'common')
-rw-r--r--common/car.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/car.mk b/common/car.mk
index b374182..abd8a3b 100644
--- a/common/car.mk
+++ b/common/car.mk
@@ -68,6 +68,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
+ frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer_limited_axes.xml \
+ frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope_limited_axes.xml \
+ frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes_uncalibrated.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer_limited_axes_uncalibrated.xml \
+ frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes_uncalibrated.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope_limited_axes_uncalibrated.xml \
# Copy APN configs
PRODUCT_COPY_FILES += \