Skip to content

Commit

Permalink
cm: Start bundling the updater
Browse files Browse the repository at this point in the history
And remove the now-redundant ROM Manager

Change-Id: I7664f8a3c21b2a7dd817a68e8ff38f1f96c029cc
  • Loading branch information
rmcc committed Oct 20, 2012
1 parent 4f48cca commit 186feac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/common.mk
Expand Up @@ -51,7 +51,6 @@ PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bin/handle_compcache:system/bin/handle_compcache

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/prebuilt/common/apps/Superuser.apk:system/app/Superuser.apk
Expand Down Expand Up @@ -106,7 +105,8 @@ PRODUCT_PACKAGES += \
libcyanogen-dsp \
audio_effects.conf \
CMWallpapers \
Apollo
Apollo \
CMUpdater

# Extra tools in CM
PRODUCT_PACKAGES += \
Expand Down
3 changes: 0 additions & 3 deletions get-prebuilts
Expand Up @@ -3,9 +3,6 @@ BASEDIR=`dirname $0`

mkdir -p $BASEDIR/proprietary

# Get ROM Manager
curl -L -o $BASEDIR/proprietary/RomManager.apk -O -L http://download.clockworkmod.com/recoveries/RomManager.apk

# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market)
curl -L -o $BASEDIR/proprietary/Term.apk -O -L https://github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk
unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/armeabi/libjackpal-androidterm4.so
Expand Down

0 comments on commit 186feac

Please sign in to comment.