OSDN Git Service

Add MIPS support
authorKevin Cernekee <cernekee@gmail.com>
Thu, 7 Nov 2013 02:03:27 +0000 (18:03 -0800)
committerKevin Cernekee <cernekee@gmail.com>
Thu, 7 Nov 2013 04:39:53 +0000 (20:39 -0800)
commit14102fcc06fec86d75ade7a5af6eea2f6d182316
tree1675272c297eebd3251bdaa6f06e9f740998906e
parent6b5400479e60c33fecb0efb19b9e6e6485a5877b
Add MIPS support

Tested on:
 - Ainol Novo 7 Paladin (JZ4770 MIPS SoC) with ICS 4.0.3 and CWM
 - Nexus 5 (ARM) with KK 4.4 and TWRP

Not tested on x86.

I checked to make sure "uname -m" is standard in busybox (not a feature
flag).  "uname" doesn't seem to exist at all in AOSP, so without busybox,
the original script probably wouldn't have detected the architecture
correctly.
README.md
Superuser/assets/update-binary
Superuser/build.xml
Superuser/jni/Application.mk
Superuser/src/com/koushikdutta/superuser/MainActivity.java