-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaf.sh
More file actions
12 lines (11 loc) · 782 Bytes
/
caf.sh
File metadata and controls
12 lines (11 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#Device specific BLOBS
git clone https://github.com/KudProject/device_xiaomi_mido.git -b lineage-15.1 device/xiaomi/mido
git clone https://github.com/KudProject/kernel_xiaomi_msm8953.git -b oreo-mr1 kernel/xiaomi/msm8953
git clone https://github.com/KudProject/proprietary_vendor_xiaomi.git -b oreo-mr1 vendor/xiaomi
#HAL's
rm -rf hardware/qcom/audio-caf
git clone https://github.com/KudProject/hardware_qcom_audio.git -b oreo-mr1-caf-8996 hardware/qcom/audio-caf/msm8996
rm -rf hardware/qcom/display-caf
git clone https://github.com/KudProject/hardware_qcom_display.git -b oreo-mr1-caf-8996 hardware/qcom/display-caf/msm8996
rm -rf hardware/qcom/media-caf
git clone https://github.com/KudProject/hardware_qcom_media.git -b oreo-mr1-caf-8996 hardware/qcom/media-caf/msm8996