Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac3c7740 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "init: always create a symlink from /init to /system/bin/init"

parents d57025dc 98430073
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -104,9 +104,7 @@ LOCAL_MODULE := init_system
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)