Revert "matisse-common: Move fstab to vendor/etc"

LOS 16 still requires fstab in root.

This reverts commit e66821e503.

Change-Id: Ibf889062ca1fa3d8637ff3004a62e351dc7acf59
This commit is contained in:
matteo0026 2022-02-07 12:37:59 +01:00
parent 84d932f3a0
commit c4c4a43ce4
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_OUT_VENDOR_ETC)
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)