-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendorsetup.sh
11 lines (10 loc) · 887 Bytes
/
vendorsetup.sh
1
2
3
4
5
6
7
8
9
10
11
rm -rf device/xiaomi/sm6150-common
rm -rf vendor/xiaomi
rm -rf kernel/xiaomi
rm -rf prebuilts/clang/host/linux-x86/clang-r530567
git clone --depth=1 https://github.com/itsshashanksp/device_xiaomi_sm6150-common.git -b u14 device/xiaomi/sm6150-common
git clone --depth=1 https://github.com/itsshashanksp/vendor_xiaomi_sweet.git -b u14 vendor/xiaomi/sweet
git clone --depth=1 https://github.com/itsshashanksp/vendor_xiaomi_sm6150-common.git -b u14 vendor/xiaomi/sm6150-common
git clone --depth=1 https://github.com/itsshashanksp/kernel_xiaomi_sm6150.git -b sleepy-inline kernel/xiaomi/sm6150
git clone --depth=1 https://github.com/itsshashanksp/android_vendor_xiaomi_sweet-miuicamera.git -b u14 vendor/xiaomi/sweet-miuicamera
git clone --depth=1 https://gitlab.com/itsshashanksp/android_prebuilts_clang_host_linux-x86_clang-r530567.git -b 14.0 prebuilts/clang/host/linux-x86/clang-r530567