sm8350-common: Import common fstab from OOS

Change-Id: I30d05c1b4f02137a109e30ffd491435acf0b3df3
This commit is contained in:
Bruno Martins 2021-05-25 23:22:37 +01:00 committed by LuK1337
commit f9ba3937a7
4 changed files with 65 additions and 0 deletions

View file

@ -1,5 +1,13 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
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)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := init.class_main.sh
LOCAL_MODULE_TAGS := optional