aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonsta <konsta09@gmail.com>2015-02-17 20:47:06 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-06-22 19:59:56 +0000
commit8a024765aeaf47c266dea7221a9d0b898049961c (patch)
tree9f69a17c986d8d9bcd0c80dd0d4fe4dd0ba2434d
parent2bb89613dc112376d96b480bcb4fd17c5d34deb8 (diff)
downloaddevice_samsung_espresso3g-8a024765aeaf47c266dea7221a9d0b898049961c.zip
device_samsung_espresso3g-8a024765aeaf47c266dea7221a9d0b898049961c.tar.gz
device_samsung_espresso3g-8a024765aeaf47c266dea7221a9d0b898049961c.tar.bz2
P51XX: Enable USB OTG storage options
Change-Id: I685c16ad8e5d74ab31c6210276ac7fa46c095373
-rwxr-xr-xp51xx-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk
index 8e259ac..264ea7b 100755
--- a/p51xx-common.mk
+++ b/p51xx-common.mk
@@ -80,6 +80,10 @@ PRODUCT_PACKAGES += \
libinvensense_mpl \
power.piranha
+# Storage
+PRODUCT_PROPERTY_OVERRIDES += \
+ persist.sys.isUsbOtgEnabled=true
+
# Charger
PRODUCT_PACKAGES += \
charger \