am 9b2bc347: am 77d634f7: Merge "remove TARGET_PROVIDES_INIT_RC"
* commit '9b2bc347659de454796acfc9402cbbc170efd133': remove TARGET_PROVIDES_INIT_RC
This commit is contained in:
commit
fbe3fa84ff
|
@ -2,8 +2,6 @@ LOCAL_PATH:= $(call my-dir)
|
|||
|
||||
#######################################
|
||||
# init.rc
|
||||
# Only copy init.rc if the target doesn't have its own.
|
||||
ifneq ($(TARGET_PROVIDES_INIT_RC),true)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := init.rc
|
||||
|
@ -12,7 +10,6 @@ LOCAL_MODULE_CLASS := ETC
|
|||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
endif
|
||||
|
||||
#######################################
|
||||
# asan.options
|
||||
|
|
Loading…
Reference in New Issue