Skip to content

Commit

Permalink
Remove superuser and busybox
Browse files Browse the repository at this point in the history
Change-Id: Ib7e1ac47c4901b0e6d342e3164f1169c54ce0876
Signed-off-by: Evan Anderson <[email protected]>
  • Loading branch information
evan-a-a committed Nov 9, 2014
1 parent 19415ce commit d37781c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions configs/pa_overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

PRODUCT_PACKAGES += \
Busybox \
Lightbulb

# Source or prebuilt PA-prefs logic
#ifneq ($(PREFS_FROM_SOURCE),true)
# PRODUCT_COPY_FILES += \
Expand Down
10 changes: 0 additions & 10 deletions configs/system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,3 @@ PRODUCT_COPY_FILES += \
vendor/$(VENDOR)/prebuilt/bin/backuptool.sh:system/bin/backuptool.sh \
vendor/$(VENDOR)/prebuilt/bin/backuptool.functions:system/bin/backuptool.functions \
vendor/$(VENDOR)/prebuilt/bin/50-backupScript.sh:system/addon.d/50-backupScript.sh

# SU Support
SUPERUSER_EMBEDDED := true

PRODUCT_PACKAGES := \
Superuser \
su

PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.root_access=3

0 comments on commit d37781c

Please sign in to comment.