Skip to content

Commit

Permalink
Merge "Create a flag to include resetprop in the TWRP" into android-9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbiff authored and Gerrit Code Review committed May 10, 2020
2 parents f6e42ce + 76ef9f3 commit aaa9e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ ifeq ($(TW_INCLUDE_CRYPTO), true)
endif
endif

ifeq ($(TW_INCLUDE_REPACKTOOLS), true)
ifneq (,$(filter $(TW_INCLUDE_REPACKTOOLS) $(TW_INCLUDE_RESETPROP), true))
ifeq ($(wildcard external/magisk-prebuilt/Android.mk),)
$(warning Magisk repacking tools not found!)
$(warning Magisk prebuilt tools not found!)
$(warning Please place https://github.com/TeamWin/external_magisk-prebuilt)
$(warning into external/magisk-prebuilt)
$(error magiskboot prebuilts not present; exiting)
Expand Down

0 comments on commit aaa9e64

Please sign in to comment.