Skip to content

Commit

Permalink
PBRP: will be using Teamwin's Magiskboot
Browse files Browse the repository at this point in the history
Signed-off-by: AndroiableDroid <androiabledroid@gmail.com>
  • Loading branch information
AndroiableDroid committed Apr 4, 2019
1 parent d5ecfac commit 663d938
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -565,15 +565,6 @@ LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)

#magiskboot
include $(CLEAR_VARS)
LOCAL_MODULE := magiskboot
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)

ifeq ($(TW_INCLUDE_CRYPTO), true)
ifneq ($(TW_CRYPTO_USE_SYSTEM_VOLD),)
ifneq ($(shell test $(PLATFORM_SDK_VERSION) -ge 28; echo $$?),0)
Expand Down
Binary file removed prebuilt/magiskboot
Binary file not shown.
2 changes: 0 additions & 2 deletions twrp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ int main(int argc, char **argv) {
gui_print("Maintained By PBRP Team");
gui_print("*********************************");
string null;
TWFunc::Symlink("/sbin/linker", "/system/bin");
TWFunc::Symlink("/sbin/linker64", "/system/bin");
TWFunc::Exec_Cmd("getprop ro.omni.version > /tmp/prop.info && mv /tmp/prop.info /sdcard/PBRP/pbrp.info", null);
if(!null.empty())
LOGERR("Failed To Copy prop.info");
Expand Down

0 comments on commit 663d938

Please sign in to comment.