summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEva Chen <evaschen@google.com>2022-03-14 21:44:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-03-14 21:44:39 +0000
commit7d109a3b997c99c6862716daab26883d0c2710a3 (patch)
treea7fc36b2373dfb36fe92f3396e7dedd1424d41e5 /common
parent0c57d46304c54040b02f598b3ccdaa142e77cafa (diff)
parent970cb5a42775433ea8ca4a7a0e0484e2c430b3b7 (diff)
downloadcar-7d109a3b997c99c6862716daab26883d0c2710a3.tar.gz
Merge "Update sensor features for cars to include limited axes IMUs." into tm-dev
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 76018bd..8a4cb79 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 += \