diff options
author | Vishal Mahaveer | 2019-11-11 19:35:37 -0600 |
---|---|---|
committer | Praneeth Bajjuri | 2019-11-11 13:38:17 -0600 |
commit | e11e5ec4f41254b813defa4f3a2793b2622afd0d (patch) | |
tree | 6479e11f56192d843c1f91df474870651e5e7985 | |
parent | 776e9d75cfba5bfaa5766c19ec7ac139f0cfec02 (diff) | |
download | device-ti-j721e-d-android10-core-release.tar.gz device-ti-j721e-d-android10-core-release.tar.xz device-ti-j721e-d-android10-core-release.zip |
j721e: automotive: Add activities_on_secondary_displays permissiond-android10-core-release
Add activities_on_secondary_displays permission for automotive
configuration.
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r-- | auto/device.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/device.mk b/auto/device.mk index 51b7e04..33f7794 100644 --- a/auto/device.mk +++ b/auto/device.mk | |||
@@ -21,6 +21,7 @@ PRODUCT_PACKAGES += \ | |||
21 | PRODUCT_COPY_FILES += \ | 21 | PRODUCT_COPY_FILES += \ |
22 | frameworks/native/data/etc/android.hardware.type.automotive.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.type.automotive.xml \ | 22 | frameworks/native/data/etc/android.hardware.type.automotive.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.type.automotive.xml \ |
23 | frameworks/native/data/etc/android.hardware.screen.landscape.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.landscape.xml \ | 23 | frameworks/native/data/etc/android.hardware.screen.landscape.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.landscape.xml \ |
24 | frameworks/native/data/etc/android.software.activities_on_secondary_displays.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.activities_on_secondary_displays.xml | ||
24 | 25 | ||
25 | PRODUCT_PROPERTY_OVERRIDES += \ | 26 | PRODUCT_PROPERTY_OVERRIDES += \ |
26 | android.car.drawer.unlimited=true \ | 27 | android.car.drawer.unlimited=true \ |