mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: vendorsetup: Deprecate vendorsetup repo clone
This commit is contained in:
parent
70ff93339b
commit
a8e8855765
1 changed files with 4 additions and 8 deletions
|
|
@ -1,14 +1,10 @@
|
||||||
UNIVERSAL="device/samsung/universal7885-common"
|
UNIVERSAL="device/samsung/universal7885-common"
|
||||||
FM_PATH="packages/apps/FMRadio"
|
FM_PATH="packages/apps/FMRadio"
|
||||||
|
|
||||||
git clone --depth=1 https://github.com/eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S -b R15_rom kernel/samsung/exynos7885
|
if [ ! -e .repo/local_manifests/eureka_deps.xml ]; then
|
||||||
git clone https://github.com/eurekadevelopment/android_hardware_samsung_slsi_libbt hardware/samsung_slsi/libbt
|
git clone https://github.com/eurekadevelopment/local_manifests .repo/local_manifests
|
||||||
git clone https://github.com/eurekadevelopment/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal.git hardware/samsung_slsi/scsc_wifibt/wifi_hal
|
echo "Run repo sync again"
|
||||||
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
fi
|
||||||
mv hardware/samsung/nfc .
|
|
||||||
git clone https://github.com/eurekadevelopment/android_hardware_samsung hardware/samsung -b AOSP-13
|
|
||||||
mv nfc hardware/samsung
|
|
||||||
git clone --depth=1 https://github.com/eurekadevelopment/android_vendor_samsung_exynos7885.git -b android-13 vendor/samsung
|
|
||||||
if test -f ${UNIVERSAL}/vendor_name; then
|
if test -f ${UNIVERSAL}/vendor_name; then
|
||||||
rm ${UNIVERSAL}/vendor_name
|
rm ${UNIVERSAL}/vendor_name
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue