Skip to content

Commit

Permalink
vendor/slim: cleanup for marshmallow
Browse files Browse the repository at this point in the history
Change-Id: I639b2745933119786940d18e860760bafee1cc54
  • Loading branch information
gmillz authored and Thecrazyskull committed Nov 13, 2015
1 parent 45ee751 commit d1f35c2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 439 deletions.
9 changes: 1 addition & 8 deletions config/common.mk
Expand Up @@ -28,9 +28,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_COPY_FILES += \
vendor/slim/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
vendor/slim/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
vendor/slim/prebuilt/common/bin/50-slim.sh:system/addon.d/50-slim.sh \
vendor/slim/prebuilt/common/bin/99-backup.sh:system/addon.d/99-backup.sh \
vendor/slim/prebuilt/common/etc/backup.conf:system/etc/backup.conf
vendor/slim/prebuilt/common/bin/50-slim.sh:system/addon.d/50-slim.sh

# Signature compatibility validation
PRODUCT_COPY_FILES += \
Expand Down Expand Up @@ -62,15 +60,11 @@ PRODUCT_COPY_FILES += \
vendor/slim/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit \
vendor/slim/prebuilt/common/bin/sysinit:system/bin/sysinit

# Embed SuperUser
SUPERUSER_EMBEDDED := true

# Required packages
PRODUCT_PACKAGES += \
CellBroadcastReceiver \
Development \
SpareParts \
Superuser \
su

# Optional packages
Expand All @@ -90,7 +84,6 @@ PRODUCT_PACKAGES += \

# Extra Optional packages
PRODUCT_PACKAGES += \
SlimCenter \
SlimLauncher \
LatinIME \
BluetoothExt \
Expand Down
63 changes: 0 additions & 63 deletions prebuilt/common/bin/99-backup.sh

This file was deleted.

1 change: 0 additions & 1 deletion prebuilt/common/etc/backup.conf

This file was deleted.

2 changes: 1 addition & 1 deletion prebuilt/common/etc/init.d/00banner
Expand Up @@ -4,4 +4,4 @@
#
L="log -p i -t slim"

$L "Welcome to Android `getprop ro.build.version.release` / SlimKat `getprop ro.slim.version`";
$L "Welcome to Android `getprop ro.build.version.release` / SlimRoms `getprop ro.slim.version`";
149 changes: 0 additions & 149 deletions tools/opticharger

This file was deleted.

0 comments on commit d1f35c2

Please sign in to comment.