From 8d2d762f63ffb1cb7702b74abc1e801d5fed08e9 Mon Sep 17 00:00:00 2001 From: shoudil Date: Wed, 9 Jan 2019 17:04:11 +0800 Subject: [PATCH] sdm660-common: Add vendor 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 --- sdm660.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index 1983281b..f91e3fdc 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -247,7 +247,8 @@ PRODUCT_PACKAGES += \ # fwk-detect PRODUCT_PACKAGES += \ - libqti_vndfwk_detect + libqti_vndfwk_detect \ + libqti_vndfwk_detect.vendor # GPS / Location