From efb7f69d3826dfea98ec7420f7d47880a30a0c15 Mon Sep 17 00:00:00 2001 From: Peng Xu Date: Sat, 22 Apr 2017 14:44:03 -0700 Subject: [PATCH] Move multihal configuration file to /vendor Move hal configuration file to /vendor to satisfy treble requirement. Test: wahoo sensor works Bug: 35947802 Change-Id: I0ef5aff67653090791c1f11b79bc5f3420122aec --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 15fd3b0d..27ae06c5 100755 --- a/device.mk +++ b/device.mk @@ -319,7 +319,7 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-service PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/sensors/hals.conf:system/etc/sensors/hals.conf + $(LOCAL_PATH)/sensors/hals.conf:vendor/etc/sensors/hals.conf PRODUCT_PACKAGES += \ fs_config_dirs \