summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-08-09 19:23:58 -0700
committerSteve Kondik <shade@chemlab.org>2012-08-09 19:23:58 -0700
commite4ff7a1a53a06eeb1799ad492dae5bb760634f34 (patch)
tree9892e002f7a90de569102be92897206a8e21c259
parent01fa6fbe42376b29df21c39de233a1141c94cd73 (diff)
downloadvendor_replicant-e4ff7a1a53a06eeb1799ad492dae5bb760634f34.zip
vendor_replicant-e4ff7a1a53a06eeb1799ad492dae5bb760634f34.tar.gz
vendor_replicant-e4ff7a1a53a06eeb1799ad492dae5bb760634f34.tar.bz2
cm: Use prebuilt Superuser
* Temporary APK until ChainsDD fixes the ActionBarSherlock issue Change-Id: I29ad308b562884c0f2981dc08290070f4ec99364
-rw-r--r--config/common.mk5
-rw-r--r--prebuilt/common/apps/Superuser.apkbin0 -> 1511570 bytes
2 files changed, 2 insertions, 3 deletions
diff --git a/config/common.mk b/config/common.mk
index 006eacd..6a0ab80 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -53,7 +53,8 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
vendor/cm/proprietary/RomManager.apk:system/app/RomManager.apk \
vendor/cm/proprietary/Term.apk:system/app/Term.apk \
- vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so
+ vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so \
+ vendor/cm/prebuilt/common/apps/Superuser.apk:system/app/Superuser.apk
# Bring in camera effects
PRODUCT_COPY_FILES += \
@@ -81,8 +82,6 @@ PRODUCT_PACKAGES += \
Development \
LatinIME \
SpareParts \
- Superuser \
- Superuser.apk \
su
# Optional CM packages
diff --git a/prebuilt/common/apps/Superuser.apk b/prebuilt/common/apps/Superuser.apk
new file mode 100644
index 0000000..a550070
--- /dev/null
+++ b/prebuilt/common/apps/Superuser.apk
Binary files differ