summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/common.mk7
-rw-r--r--prebuilt/common/apps/Superuser.apkbin0 -> 1511570 bytes
2 files changed, 3 insertions, 4 deletions
diff --git a/config/common.mk b/config/common.mk
index 006eacd..9d89350 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
@@ -121,7 +120,7 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common
PRODUCT_VERSION_MAJOR = 9
PRODUCT_VERSION_MINOR = 0
-PRODUCT_VERSION_MAINTENANCE = 0-RC2
+PRODUCT_VERSION_MAINTENANCE = 0
# Set CM_BUILDTYPE
ifdef CM_NIGHTLY
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