matisse-common: Move fstab to vendor/etc

This commit is contained in:
Kim Le 2019-11-17 22:11:09 +02:00 committed by RomanDesigner
parent 0865c167cd
commit e66821e503
No known key found for this signature in database
GPG Key ID: 6757965E5D54CB61
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ LOCAL_MODULE := fstab.qcom
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/fstab.qcom
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)