Skip to content

Commit

Permalink
universal7885: vendorsetup: Deprecate vendorsetup repo clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Oct 25, 2023
1 parent 41f6e91 commit 41f10e3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions universal7885-common/vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
UNIVERSAL="device/samsung/universal7885-common"
FM_PATH="packages/apps/FMRadio"

git clone --depth=1 https://github.com/eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S -b R14.2_rom kernel/samsung/exynos7885
git clone https://github.com/eurekadevelopment/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 -b lineage-21
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
mv hardware/samsung/nfc .
git clone https://github.com/eurekadevelopment/android_hardware_samsung hardware/samsung -b AOSP-14
mv nfc hardware/samsung
git clone --depth=1 https://github.com/eurekadevelopment/android_vendor_samsung_exynos7885.git -b android-14 vendor/samsung
git clone https://github.com/K9100ii/android_hardware_samsung_slsi-linaro_graphics hardware/samsung_slsi-linaro/graphics
git clone https://github.com/K9100ii/android_hardware_samsung_slsi-linaro_exynos hardware/samsung_slsi-linaro/exynos
git clone https://github.com/K9100ii/android_hardware_samsung_slsi-linaro_config hardware/samsung_slsi-linaro/config
git clone https://github.com/LineageOS/android_hardware_samsung_slsi-linaro_openmax hardware/samsung_slsi-linaro/openmax
if [ ! -e .repo/local_manifests/eureka_deps.xml ]; then
git clone https://github.com/eurekadevelopment/local_manifests .repo/local_manifests
echo "Run repo sync again"
fi
if test -f ${UNIVERSAL}/vendor_name; then
rm ${UNIVERSAL}/vendor_name
fi
Expand Down

0 comments on commit 41f10e3

Please sign in to comment.