Whitelist device for stlport.
Bug: http://b/15193147
Change-Id: I61ac7c12f1440ef7c2ff7647a7e57baacf57bdec
(cherry picked from commit 7b803eed6d3caf7c433de86bc10d9e435f3fdce3)
diff --git a/device.mk b/device.mk
index 42bbaa8..5756795 100644
--- a/device.mk
+++ b/device.mk
@@ -30,6 +30,10 @@
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