commit | 0d943fd35d5b37bc2ecc8f63e69667aa3b7903f0 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Nov 29 23:22:58 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 29 23:22:58 2018 +0000 |
tree | 43c628085a1186f743e9fd31668b1418ad450aad | |
parent | bc153eeb47fa34b98ab7b5ea5eae3f0e000cfb08 [diff] | |
parent | 6fa641b3446d9a5e0fcba531df7d2567b3d11493 [diff] |
Merge "init: always create a symlink from /init to /system/bin/init"
diff --git a/init/Android.mk b/init/Android.mk index 700c81e..17e5ab2 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -104,9 +104,7 @@ LOCAL_REQUIRED_MODULES := \ init_second_stage \ -ifeq ($(BOARD_BUILD_SYSTEM_ROOT_IMAGE),true) LOCAL_POST_INSTALL_CMD := ln -sf /system/bin/init $(TARGET_ROOT_OUT)/init -endif include $(BUILD_PHONY_PACKAGE) include $(CLEAR_VARS)