summaryrefslogtreecommitdiffstats
path: root/prebuilt
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@yahoo.com>2013-02-21 15:26:57 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-21 19:23:43 +0100
commit6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5 (patch)
treef6c1bc2e0210477d8c1fb91061f9defa135b4359 /prebuilt
parentadd military time option (diff)
downloadandroid_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar.gz
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar.bz2
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar.lz
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar.xz
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.tar.zst
android_bootable_recovery-6ef6635ad3d5e8f6440e9ac2b67f1db8589e77b5.zip
Diffstat (limited to 'prebuilt')
-rw-r--r--prebuilt/Android.mk20
-rw-r--r--prebuilt/Superuser.apkbin0 -> 28674 bytes
-rwxr-xr-xprebuilt/subin0 -> 96144 bytes
3 files changed, 20 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 5e78b349f..f0c2c264a 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -185,3 +185,23 @@ ifeq ($(TW_INCLUDE_DUMLOCK), true)
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
endif
+
+ifneq ($(TW_EXCLUDE_SUPERSU), true)
+ #su binary
+ include $(CLEAR_VARS)
+ LOCAL_MODULE := su
+ LOCAL_MODULE_TAGS := eng
+ LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
+ LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/supersu
+ LOCAL_SRC_FILES := $(LOCAL_MODULE)
+ include $(BUILD_PREBUILT)
+
+ #SuperSU special installer APK
+ include $(CLEAR_VARS)
+ LOCAL_MODULE := Superuser.apk
+ LOCAL_MODULE_TAGS := eng
+ LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
+ LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/supersu
+ LOCAL_SRC_FILES := $(LOCAL_MODULE)
+ include $(BUILD_PREBUILT)
+endif \ No newline at end of file
diff --git a/prebuilt/Superuser.apk b/prebuilt/Superuser.apk
new file mode 100644
index 000000000..99eb7d2a1
--- /dev/null
+++ b/prebuilt/Superuser.apk
Binary files differ
diff --git a/prebuilt/su b/prebuilt/su
new file mode 100755
index 000000000..1b6974b2e
--- /dev/null
+++ b/prebuilt/su
Binary files differ