dubai: Import hals.conf
Change-Id: Ifdc949ff5c8e008de4d58162fd90f9cd91d3581d
This commit is contained in:
parent
1b9b756685
commit
9da8518319
2 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,10 @@ 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
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
||||
|
||||
|
|
2
sensors/hals.conf
Normal file
2
sensors/hals.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
sensors.ssc.so
|
||||
sensors.moto.so
|
Loading…
Reference in a new issue