summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index d74c06f..f65d539 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -111,6 +111,12 @@ PRODUCT_PACKAGES += \
fsck.f2fs \
mkfs.f2fs
+# Shell
+ifneq ($(filter eng userdebug,$(TARGET_BUILD_VARIANT)),)
+PRODUCT_PACKAGES += \
+ Terminal
+endif
+
# Media
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \