Merge "Remove LOCAL_MODULE_TAGS := debug"

This commit is contained in:
Dan Willemsen 2019-01-19 07:39:56 +00:00 committed by Gerrit Code Review
commit 763bac7826
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := logtagd.rc
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
include $(BUILD_PREBUILT)

View File

@ -22,7 +22,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := init-debug.rc
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
include $(BUILD_PREBUILT)