diff options
author | Tom Cherry <tomcherry@google.com> | 2015-08-24 13:56:43 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2015-08-24 13:56:43 -0700 |
commit | 0ea4ffdc0658982a0744de1da24c781035015830 (patch) | |
tree | 66b715fde7e6b9c08ba06014922e3d18d424b73c /rootdir/Android.mk | |
parent | 186f1dee2afc15c8941a1f78e1aa97e2ec9970ee (diff) |
remove TARGET_PROVIDES_INIT_RC
Change-Id: I15105a8dc11e218d95d4f5a4cee5b2a166d3d639
Diffstat (limited to 'rootdir/Android.mk')
-rw-r--r-- | rootdir/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index e1ba2e96f..f853fac9d 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -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 |