Revert "universal7580: support for building without the BSP"
authorJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:17:56 +0000 (03:17 +0200)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:17:56 +0000 (03:17 +0200)
This reverts commit cef8f06ef39c3bbac9b20ab5814e3abe1a49710d.

Change-Id: Icc6ea0d7ad78e36076f5c3b1c785a63a52fd1741

device-common.mk
extract-files.sh
proprietary-files-bsp.txt [deleted file]
setup-makefiles.sh

index 901faa7362c651457fb5d8cbe5211a813fda074a..cd18eb0ed44dbab8e9cc8d1e95d4f598c4974b99 100644 (file)
@@ -200,10 +200,8 @@ PRODUCT_COPY_FILES += \
 -include $(LOCAL_PATH)/system_prop.mk
 
 # call Samsung LSI board support package
-ifneq ($(WITH_EXYNOS_BSP),)
 $(call inherit-product, hardware/samsung_slsi/exynos5/exynos5.mk)
 $(call inherit-product, hardware/samsung_slsi/exynos7580/exynos7580.mk)
-endif
 
 # call the proprietary setup
 $(call inherit-product, vendor/samsung/universal7580-common/universal7580-common-vendor.mk)
index 78600c3af7c198d829193a849ff1a25d44371958..2ebcf4f8d31c334ccd582c163dca5e42bd29401a 100755 (executable)
@@ -65,9 +65,6 @@ setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true "${CLEAN_VEND
 extract "${MY_DIR}/proprietary-files.txt" "${SRC}" \
         "${KANG}" --section "${SECTION}"
 
-extract "${MY_DIR}/proprietary-files-bsp.txt" "${SRC}" \
-        "${KANG}" --section "${SECTION}"
-
 # Fix proprietary blobs
 BLOB_ROOT="$LINEAGE_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary
 patchelf --replace-needed libgui.so libsensor.so $BLOB_ROOT/bin/gpsd
diff --git a/proprietary-files-bsp.txt b/proprietary-files-bsp.txt
deleted file mode 100644 (file)
index eaf968a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Graphics
-lib/hw/gralloc.exynos5.so
-lib/hw/hwcomposer.exynos5.so
-lib/hw/memtrack.exynos5.so
-lib/libcsc.so
-lib/libexynosdisplay.so
-lib/libexynosscaler.so
-lib/libexynosgscaler.so
-lib/libexynosutils.so
-lib/libexynosv4l2.so
-lib/libfimg.so
-lib/libhdmi.so
-lib/libhwcutils.so
-lib/libmpp.so
-
-# Mobicore
-bin/mcDriverDaemon
-lib/libMcClient.so
-lib/libMcRegistry.so
-
-# OMX
-lib/libExynosOMX_Core.so
-lib/libExynosOMX_Resourcemanager.so
-lib/libstagefrighthw.so
index dc123d9f335f3ed1f2a38068797b73aa7d3720c9..8d53f771f538dcea6cf345445acd6b50eef95b3e 100755 (executable)
@@ -44,16 +44,6 @@ write_headers "a3xelte a5xelte a7xelte gvwifi gvlte j7elte s5neolte"
 # The standard blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true
 
-# The BSP blobs - we put a conditional in case the BSP
-# is actually being built
-printf '\n%s\n' 'ifeq ($(WITH_EXYNOS_BSP),)' >> "$PRODUCTMK"
-printf '\n%s\n' 'ifeq ($(WITH_EXYNOS_BSP),)' >> "$ANDROIDMK"
-
-write_makefiles "$MY_DIR"/proprietary-files-bsp.txt
-
-printf '%s\n' 'endif' >> "$PRODUCTMK"
-printf '%s\n' 'endif' >> "$ANDROIDMK"
-
 ###################################################################################################
 # CUSTOM PART START                                                                               #
 ###################################################################################################