Add framework detect modules to PRODUCT_PACKAGES

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

CRs-Fixed: 2372775

Change-Id: Ic64f5ac0cfbbe9e105a6b48b5bc7687c8d23d7e8
This commit is contained in:
shoudil 2021-07-10 17:50:55 +02:00 committed by Giammarco Senatore
parent 8f59ddc383
commit 52e2a13a1f
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -281,6 +281,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl android.hardware.renderscript@1.0-impl
# QTI
PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor
# Radio # Radio
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libjson \ libjson \