From a548cd8f0ee77ae8e2e2d8d7d852bf01fd4c21cf Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Sat, 16 Apr 2022 10:29:29 +0900 Subject: [PATCH] universal7885: Remove nfc repo from lineage.dependencies * Now synced in AOSP manifest Change-Id: I52a5ede791f10ba322980c9f2fd1cdcb7ecdafc5 Signed-off-by: roynatech2544 --- universal7885-common/vendorsetup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/universal7885-common/vendorsetup.sh b/universal7885-common/vendorsetup.sh index 87a24a2..af5136b 100644 --- a/universal7885-common/vendorsetup.sh +++ b/universal7885-common/vendorsetup.sh @@ -1,5 +1,4 @@ FM_PATH="packages/apps/FMRadio" -rm -rf hardware/samsung if [ -e ~/.git-credentials ]; then MODE="https://" SPERATOR="/" @@ -8,7 +7,6 @@ MODE="git@" SPERATOR=":" fi git clone --depth=1 "$MODE"github.com"$SPERATOR"eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S-private.git -b R9.2_rom kernel/samsung/exynos7885 -git clone https://github.com/lineageos/android_hardware_samsung_nfc hardware/samsung/nfc git clone https://github.com/lineageos/android_hardware_samsung_slsi_libbt hardware/samsung_slsi/libbt git clone https://github.com/eurekadevelopment/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal.git hardware/samsung_slsi/scsc_wifibt/wifi_hal git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib