mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 11:33:32 +00:00
15 lines
597 B
Bash
15 lines
597 B
Bash
# Clone Dolby
|
|
git clone https://github.com/Arijit78/vendor_dolby_oplus.git -b udc vendor/dolby
|
|
|
|
# Clone hardware xiaomi
|
|
git clone https://github.com/crdroidandroid/android_hardware_xiaomi.git -b 14.0 hardware/xiaomi
|
|
|
|
# Clone Kernel Source
|
|
git clone https://github.com/crdroidandroid/android_kernel_qcom_sm8350.git -b 14.0 kernel/xiaomi/sm6375
|
|
|
|
# Clone prebuilt kernel
|
|
git clone https://github.com/Arijit78/device_xiaomi_stone-kernel.git -b 14 device/xiaomi/stone-kernel
|
|
|
|
# Clone JamesDSP
|
|
git clone https://github.com/Arijit78/packages_apps_JamesDSPManager.git -b udc packages/apps/JamesDSPManager
|