davinci: vndk: Build framework detect modules

Add JNI and libqti_vndfwk_detect module name to product_packages
to specify module to be installed to device. Here explicitly
specify the vendor variant in PRODUCT_PACKAGES.

CRs-Fixed: 2372775

Change-Id: Ic64f5ac0cfbbe9e105a6b48b5bc7687c8d23d7e8
This commit is contained in:
shoudil 2019-01-09 17:04:11 +08:00 committed by Arian
parent f4e715dc98
commit 29d90f8b4f
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -235,6 +235,9 @@ PRODUCT_PACKAGES += \
android.hardware.power@1.2-service-qti
# QTI
PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/permissions/product_privapp-permissions-qti.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/product_privapp-permissions-qti.xml \
$(LOCAL_PATH)/configs/permissions/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml \