summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardCommonConfig.mk4
-rw-r--r--cm.dependencies4
2 files changed, 8 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index 3bd0668..c61ffe7 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -41,5 +41,9 @@ endif
TARGET_RECOVERY_FSTAB := device/samsung/t0lte/rootdir/fstab.smdk4x12
RECOVERY_FSTAB_VERSION := 2
+# Additional packages
+PRODUCT_PACKAGES += \
+ libstlport
+
# assert
TARGET_OTA_ASSERT_DEVICE := t0lte,t0ltexx,GT-N7105,t0ltedv,GT-N7105T,t0lteatt,SGH-I317,t0ltetmo,SGH-T889,t0ltecan,t0ltevl,SGH-I317M
diff --git a/cm.dependencies b/cm.dependencies
index 2f9b3f6..48d09d8 100644
--- a/cm.dependencies
+++ b/cm.dependencies
@@ -14,5 +14,9 @@
{
"repository": "android_hardware_samsung",
"target_path": "hardware/samsung"
+ },
+ {
+ "repository": "android_external_stlport",
+ "target_path": "external/stlport"
}
]