-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendorsetup.sh
18 lines (17 loc) · 1.22 KB
/
vendorsetup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Remove projects
rm -rf hardware/qcom-caf/sm8450/audio/pal
rm -rf device/qcom/sepolicy_vndr/sm8450
rm -rf hardware/qcom-caf/sm8450/audio/primary-hal
rm -rf hardware/qcom-caf/sm8450/display
rm -rf hardware/qcom-caf/sm8450/audio/agm
rm -rf hardware/qcom-caf/sm8450/audio/graphservices/
#Start cloning
git clone https://gitea.com/alexandrusemina/proprietary_vendor_nothing_Pong.git vendor/nothing/Pong
git clone https://github.com/alexandrusemina/android_device_qcom_sepolicy_vndr.git device/qcom/sepolicy_vndr/sm8450
git clone https://github.com/alexandrusemina/android_hardware_nothing.git hardware/nothing
git clone https://github.com/alexandrusemina/android_vendor_qcom_opensource_arpal-lx.git hardware/qcom-caf/sm8450/audio/pal
git clone https://github.com/alexandrusemina/android_hardware_qcom_audio-ar.git hardware/qcom-caf/sm8450/audio/primary-hal
git clone https://github.com/alexandrusemina/android_hardware_qcom_display.git hardware/qcom-caf/sm8450/display
git clone https://github.com/alexandrusemina/kernel_nothing_sm8475.git kernel/nothing/sm8475
git clone https://github.com/alexandrusemina/hardware_dolby.git hardware/dolby
git clone https://github.com/Pong-Development/vendor_qcom_opensource_agm.git hardware/qcom-caf/sm8450/audio/agm