From 301622e5631cb3e8bc095df8d32ac5b286ba6f82 Mon Sep 17 00:00:00 2001 From: Artem Borisov Date: Sun, 15 Oct 2017 11:49:03 +0300 Subject: [PATCH] flo: don't build stlport We're using it as blob in vendor/lib now and this just copies same library to lib/. Change-Id: Ie362fcc23a2623ce4d9814c4b1fe2cecb1155d64 --- device-common.mk | 5 ----- lineage.dependencies | 4 ---- 2 files changed, 9 deletions(-) diff --git a/device-common.mk b/device-common.mk index 50746ab..5d7259f 100644 --- a/device-common.mk +++ b/device-common.mk @@ -208,11 +208,6 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl \ sensors.msm8960 - -# stlport -PRODUCT_PACKAGES += \ - libstlport - # Thermal PRODUCT_COPY_FILES += \ device/asus/flo/configs/thermald-flo.conf:system/etc/thermald.conf diff --git a/lineage.dependencies b/lineage.dependencies index 304a07b..8ff6c11 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -1,8 +1,4 @@ [ - { - "repository": "android_external_stlport", - "target_path": "external/stlport" - }, { "repository": "android_kernel_google_msm", "target_path": "kernel/google/msm"