mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Add stlport
Change-Id: I5f847e4554d1f16a974e71aec023fec1ba4310c9
This commit is contained in:
parent
5365a894a1
commit
012cb57b5a
2 changed files with 8 additions and 0 deletions
|
@ -2,5 +2,9 @@
|
|||
{
|
||||
"repository": "android_device_asus_flo",
|
||||
"target_path": "device/asus/flo"
|
||||
},
|
||||
{
|
||||
"repository": "android_external_stlport",
|
||||
"target_path": "external/stlport"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -34,6 +34,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
|
||||
|
|
Loading…
Reference in a new issue