diff --git a/rosy.sh b/rosy.sh new file mode 100644 index 0000000..d882bc1 --- /dev/null +++ b/rosy.sh @@ -0,0 +1,6 @@ +#!/bin/bash +git clone https://github.com/SHRP-Devices/recovery-device-xiaomi-rosy.git +git clone https://github.com/omnirom/android_vendor_qcom_opensource_commonsys -b android-9.0 vendor/qcom/opensource/commonsys +. build/envsetup.sh +lunch omni_rosy-eng +mka recoveryimage diff --git a/santoni.sh b/santoni.sh new file mode 100644 index 0000000..27c1093 --- /dev/null +++ b/santoni.sh @@ -0,0 +1,6 @@ +#!/bin/bash +git clone https://github.com/SHRP-Devices/recovery_device_xiaomi_santoni.git device/xiaomi/santoni +git clone https://github.com/omnirom/android_vendor_qcom_opensource_commonsys -b android-9.0 vendor/qcom/opensource/commonsys +. build/envsetup.sh +lunch omni_oneplus3-eng +mka recoveryimage