Merge "Create a flag to include resetprop in the TWRP" into android-9.0

This commit is contained in:
bigbiff
2020-05-10 20:37:09 +00:00
committed by Gerrit Code Review
+2 -2
View File
@@ -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)