summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-01-18 16:29:27 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-01-20 10:38:12 +0100
commit6cb90a785a17996964429b49ac10e1d5e9ca2285 (patch)
tree328cc908e7b6786679b337a0964251b475a726b9
parent0444ab8dea18155b2741a42495d555491b4c1e71 (diff)
downloadandroid_device_samsung_sltexx-6cb90a785a17996964429b49ac10e1d5e9ca2285.tar.gz
android_device_samsung_sltexx-6cb90a785a17996964429b49ac10e1d5e9ca2285.tar.xz
android_device_samsung_sltexx-6cb90a785a17996964429b49ac10e1d5e9ca2285.zip
device: Build with su by default
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 1755bbe..f6c993a 100644
--- a/device.mk
+++ b/device.mk
@@ -272,7 +272,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
SamsungServiceMode \
- Torch
+ Torch \
+ su
$(call inherit-product-if-exists, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product-if-exists, build/target/product/full.mk)