-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvendorsetup.sh
32 lines (23 loc) · 1.68 KB
/
vendorsetup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
echo 'Hello! we need to clone stuffs needed for your device, please wait tll process complete'
echo 'Nuke Source stuffs'
rm -rf hardware/xiaomi
rm -rf hardware/qcom-caf/sm8450/display
echo 'Cloning Basic Call Recorder Tree'
git clone https://github.com/Chaitanyakm/vendor_bcr vendor/bcr
echo 'Cloning Device Common Tree'
git clone https://github.com/pabloescobar-reborn/device_xiaomi_sm8450-common -b fifteen device/xiaomi/sm8450-common
echo 'Cloning MemeCamera Tree'
git clone https://github.com/pabloescobar-reborn/device_xiaomi_miuicamera-marble -b fourteen device/xiaomi/miuicamera-marble
git clone https://gitlab.com/pabloescobar-reborn/vendor_xiaomi_miuicamera-marble -b fourteen vendor/xiaomi/miuicamera-marble
echo 'Cloning Hardware Display Tree'
git clone https://github.com/pabloescobar-reborn/qcom-caf_display -b fourteen hardware/qcom-caf/sm8450/display
echo 'Cloning Hardware Xiaomi Tree'
git clone https://github.com/pabloescobar-reborn/hardware_xiaomi -b fifteen hardware/xiaomi
echo 'Cloning Kernel Tree'
git clone --depth=1 https://github.com/pabloescobar-reborn/kernel_xiaomi_sm8450_chai -b udc kernel/xiaomi/sm8450
git clone --depth=1 https://github.com/pabloescobar-reborn/chai_kernel_xiaomi_sm8450-modules -b main kernel/xiaomi/sm8450-modules
git clone --depth=1 https://github.com/pabloescobar-reborn/chai_kernel_xiaomi_sm8450-devicetrees -b main kernel/xiaomi/sm8450-devicetrees
echo 'Cloning Vendor Tree'
git clone https://github.com/pabloescobar-reborn/vendor_xiaomi_marble -b fifteen vendor/xiaomi/marble
echo 'Cloning Vendor Common Tree'
git clone https://github.com/pabloescobar-reborn/vendor_xiaomi_sm8450-common -b fifteen vendor/xiaomi/sm8450-common