summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 42bbaa8..5756795 100644
--- a/device.mk
+++ b/device.mk
@@ -30,6 +30,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
nfc_nci.bcm2079x.default
+# http://b/15193147
+# TODO(danalbert): Remove this once stlport is dead and gone.
+PRODUCT_PACKAGES += libstlport
+
# Do not power down SIM card when modem is sent to Low Power Mode.
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.apm_sim_not_pwdn=1