-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_mido
More file actions
35 lines (31 loc) · 2.18 KB
/
dot_mido
File metadata and controls
35 lines (31 loc) · 2.18 KB
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
33
34
35
#Device specific BLOBS
git clone https://github.com/sagarrokade006/android_device_xiaomi_mido.git -b oreo-mr1 device/xiaomi/mido
git clone https://github.com/sagarrokade006/Omniverse_mido.git -b Omniverse kernel/xiaomi/msm8953
git clone https://github.com/sagarrokade006/vendor_mido.git -b oreo-mr1 vendor/xiaomi
#VoLTE
rm -rf vendor/qcom/opensource/dataservices
git clone https://github.com/omnirom/vendor_qcom_opensource_dataservices.git -b android-8.1 vendor/qcom/opensource/dataservices
rm -rf frameworks/opt/telephony
git clone https://github.com/omnirom/android_frameworks_opt_telephony -b android-8.1-ims frameworks/opt/telephony
rm -rf frameworks/opt/net/ims
git clone https://github.com/omnirom/android_frameworks_opt_net_ims -b android-8.1-ims frameworks/opt/net/ims
rm -rf packages/apps/PhoneCommon
git clone https://github.com/omnirom/android_packages_apps_PhoneCommon -b android-8.1-ims packages/apps/PhoneCommon
rm -rf packages/services/Telephony
git clone https://github.com/RiteshSaxena/packages_services_Telephony -b 8.1-ims packages/services/Telephony
rm -rf packages/services/Telecomm
git clone https://github.com/omnirom/android_packages_services_Telecomm -b android-8.1-ims packages/services/Telecomm
#HAL's
rm -rf hardware/qcom/audio-caf
git clone https://github.com/IamJoker03/hardware_qcom_audio.git -b oreo-8996 hardware/qcom/audio-caf/msm8996
rm -rf hardware/qcom/display-caf
git clone https://github.com/IamJoker03/hardware_qcom_display.git -b oreo-8996 hardware/qcom/display-caf/msm8996
rm -rf hardware/qcom/media-caf
git clone https://github.com/IamJoker03/hardware_qcom_media.git -b oreo-8996 hardware/qcom/media-caf/msm8996
rm -rf hardware/qcom/media
git clone https://github.com/IamJoker03/hardware_qcom_media.git -b oreo-8996 hardware/qcom/media/msm8996
git clone https://github.com/IamJoker03/hardware_qcom_media.git -b oreo-8996 hardware/qcom/media-caf/msm8937
git clone https://github.com/IamJoker03/hardware_qcom_media.git -b oreo-8996 hardware/qcom/media/msm8937
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
export KBUILD_BUILD_HOST=Madstuff
export KBUILD_BUILD_USER=SagarRokade