summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-06 13:17:08 -0700
committerDan Albert <danalbert@google.com>2015-05-06 13:17:08 -0700
commit7b803eed6d3caf7c433de86bc10d9e435f3fdce3 (patch)
tree8ed1a3dec902ff39ec9db055dd2c6691ae488bb1
parent1d1ea49bcaab60874d2766a35bf7bbd1bb73c438 (diff)
downloaddeb-7b803eed6d3caf7c433de86bc10d9e435f3fdce3.tar.gz
Whitelist device for stlport.
Bug: http://b/15193147 Change-Id: I61ac7c12f1440ef7c2ff7647a7e57baacf57bdec
-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