Skip to content

Commit

Permalink
Merge "mkshrc: remove post-install cmd and use LOCAL_MODULE_STEM" int…
Browse files Browse the repository at this point in the history
…o android-9.0
  • Loading branch information
bigbiff authored and Gerrit Code Review committed May 3, 2019
2 parents 252651b + bb01672 commit a525f3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,11 @@ endif
ifeq ($(TW_USE_TOOLBOX), true)
include $(CLEAR_VARS)
LOCAL_MODULE := mkshrc_twrp
LOCAL_MODULE_STEM := mkshrc
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/etc
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_POST_INSTALL_CMD := \
$(hide) mv $(TARGET_RECOVERY_ROOT_OUT)/etc/mkshrc_twrp $(TARGET_RECOVERY_ROOT_OUT)/etc/mkshrc
include $(BUILD_PREBUILT)
endif

Expand Down

0 comments on commit a525f3b

Please sign in to comment.