-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdot.sh
More file actions
15 lines (13 loc) · 1.04 KB
/
dot.sh
File metadata and controls
15 lines (13 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#DEVICES
git clone https://github.com/CandyDevices/device_xiaomi_msm8956-common -b c8.1-rebase device/xiaomi/msm8956-common
git clone https://github.com/CandyDevices/device_xiaomi_kenzo -b c8.1-rebase device/xiaomi/kenzo
git clone https://github.com/Nickdv9/android_kernel_xiaomi_msm8956 -b c8.1-rebase kernel/xiaomi/msm8956
git clone https://github.com/AmolAmrit/proprietary_vendor_xiaomi -b oreo vendor/xiaomi
#HALS
rm -rf hardware/qcom/audio-caf/msm8952
rm -rf hardware/qcom/display-caf/msm8952
rm -rf hardware/qcom/media-caf/msm8952
git clone https://github.com/LineageOS/android_hardware_qcom_audio -b lineage-15.1-caf-8952 hardware/qcom/audio-caf/msm8952
git clone https://github.com/LineageOS/android_hardware_qcom_media -b lineage-15.1-caf-8952 hardware/qcom/media-caf/msm8952
git clone https://github.com/LineageOS/android_hardware_qcom_display -b lineage-15.1-caf-8952 hardware/qcom/display-caf/msm8952
git clone https://gitlab.com/PixelExperience/prebuilts_gcc_linux-x86_aarch64_aarch64-linaro-7.2.git prebuilts/gcc/linux-x86/aarch64/aarch64-linaro-7.2