diff --git a/device.mk b/device.mk index 9da627c..c348dd9 100644 --- a/device.mk +++ b/device.mk @@ -97,5 +97,9 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml +# Sensors +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf + # Inherit from vendor blobs $(call inherit-product, vendor/motorola/berlna/berlna-vendor.mk) diff --git a/sensors/hals.conf b/sensors/hals.conf new file mode 100644 index 0000000..b07fadd --- /dev/null +++ b/sensors/hals.conf @@ -0,0 +1,2 @@ +sensors.ssc.so +sensors.moto.so