From 4d50e006be5ea5cc69a9bd9df2eadde368012910 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Sun, 5 Apr 2020 03:17:56 +0200 Subject: [PATCH] Revert "universal7580: support for building without the BSP" This reverts commit cef8f06ef39c3bbac9b20ab5814e3abe1a49710d. Change-Id: Icc6ea0d7ad78e36076f5c3b1c785a63a52fd1741 --- device-common.mk | 2 -- extract-files.sh | 3 --- proprietary-files-bsp.txt | 24 ------------------------ setup-makefiles.sh | 10 ---------- 4 files changed, 39 deletions(-) delete mode 100644 proprietary-files-bsp.txt diff --git a/device-common.mk b/device-common.mk index 901faa7..cd18eb0 100644 --- a/device-common.mk +++ b/device-common.mk @@ -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) diff --git a/extract-files.sh b/extract-files.sh index 78600c3..2ebcf4f 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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 index eaf968a..0000000 --- a/proprietary-files-bsp.txt +++ /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 diff --git a/setup-makefiles.sh b/setup-makefiles.sh index dc123d9..8d53f77 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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 # ################################################################################################### -- 2.20.1