Skip to content

Commit

Permalink
sweet: Pbrp recovery stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Patil <[email protected]>
  • Loading branch information
itsshashanksp committed Aug 5, 2024
1 parent 8216334 commit 0bf9e27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
rm -rf kernel/xiaomi
rm -rf prebuilts/clang/host/linux-x86/clang-r530567
rm -rf bootable/recovery
rm -rf vendor/pb

git clone --depth=1 https://github.com/itsshashanksp/kernel_xiaomi_sm6150.git -b sleepy-inline kernel/xiaomi/sm6150
git clone --depth=1 https://gitlab.com/itsshashanksp/android_prebuilts_clang_host_linux-x86_clang-r530567.git -b 14.0 prebuilts/clang/host/linux-x86/clang-r530567
git clone --depth=1 https://github.com/itsshashanksp/android_bootable_recovery.git -b android-12.1 bootable/recovery
git clone --depth=1 https://github.com/itsshashanksp/vendor_pb.git -b pb-12.1 vendor/pb

0 comments on commit 0bf9e27

Please sign in to comment.