davinci: handheld: Copy hardware permissions from frameworks/native

Co-authored-by: Fabian Leutenegger <fabian.leutenegger@bluewin.ch>
Change-Id: I7aa974b74b89d2ce712777358e8cb6064470d14a
This commit is contained in:
Arian
2020-04-21 01:09:19 +02:00
parent 644b687a03
commit 9defaf4564

View File

@@ -148,6 +148,10 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
# Handheld hardware
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \