From dcee65c43f5bfc261860200ea7dc60cc04e2294e Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Thu, 22 Oct 2020 15:55:44 +0300 Subject: [PATCH] sm6250-common: build libsensorndkbridge from source --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index deec275..9d02429 100644 --- a/common.mk +++ b/common.mk @@ -164,6 +164,9 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.qcom # GPS +PRODUCT_PACKAGES += \ + libsensorndkbridge + PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml