aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.dependencies4
-rw-r--r--device-common.mk3
2 files changed, 6 insertions, 1 deletions
diff --git a/cm.dependencies b/cm.dependencies
index 93dfcbb..b82f568 100644
--- a/cm.dependencies
+++ b/cm.dependencies
@@ -2,5 +2,9 @@
{
"repository": "android_kernel_samsung_espresso10",
"target_path": "kernel/samsung/espresso10"
+ },
+ {
+ "repository": "android_external_stlport",
+ "target_path": "external/stlport"
}
]
diff --git a/device-common.mk b/device-common.mk
index 7d6c9e0..dd3c1d2 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -47,7 +47,8 @@ PRODUCT_COPY_FILES += \
$(call inherit-product, device/common/gps/gps_us_supl.mk)
PRODUCT_PACKAGES += \
- libgpsd-compat
+ libgpsd-compat \
+ libstlport
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml