mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: remove LOCAL_MODULE_TAGS := eng
This commit is contained in:
parent
9882335121
commit
8df0d295da
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := fstab.flo
|
||||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/fstab.deb
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
|
@ -12,7 +12,7 @@ include $(BUILD_PREBUILT)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.flo.rc
|
||||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.deb.rc
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
|
|
Loading…
Reference in a new issue