From fe01b01dbe42b4553049772ae9bde5aeb5eedf96 Mon Sep 17 00:00:00 2001 From: Thierry Strudel Date: Wed, 26 Apr 2017 22:28:56 -0700 Subject: [PATCH] device: fs_config applies only to vendor partition Bug: 37721445 Change-Id: Ic01d844e6d380662c5a1df98a4bcaec1b79cd39d Signed-off-by: Thierry Strudel --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 00cc9f13..c274cc8a 100644 --- a/device.mk +++ b/device.mk @@ -318,8 +318,8 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/sensors/hals.conf:system/etc/sensors/hals.conf PRODUCT_PACKAGES += \ - fs_config_dirs \ - fs_config_files + fs_config_dirs_vendor \ + fs_config_files_vendor # Context hub HAL PRODUCT_PACKAGES += \