From 27127a45c1710093647238a5dfe41075205a45c7 Mon Sep 17 00:00:00 2001 From: rico192 Date: Mon, 25 May 2020 07:04:11 +0700 Subject: [PATCH 1/3] Create rosy.sh --- rosy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rosy.sh diff --git a/rosy.sh b/rosy.sh new file mode 100644 index 0000000..cd719ae --- /dev/null +++ b/rosy.sh @@ -0,0 +1,5 @@ +#!/bin/bash +git clone https://github.com/SHRP-Devices/recovery-device-xiaomi-rosy.git +. build/envsetup.sh +lunch omni_rosy-eng +mka recoveryimage From 089e38e90ddf0e98495fc441b00f9730ba201c03 Mon Sep 17 00:00:00 2001 From: rico192 Date: Tue, 7 Jul 2020 19:23:01 -0700 Subject: [PATCH 2/3] Create santoni.sh --- santoni.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 santoni.sh 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 From f7ffff1ba007c7fac7516847f906e95eb26bfe8b Mon Sep 17 00:00:00 2001 From: rico192 Date: Tue, 7 Jul 2020 19:24:17 -0700 Subject: [PATCH 3/3] ci: add qcom/opensource/commonsys for oneplus3 --- rosy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rosy.sh b/rosy.sh index cd719ae..d882bc1 100644 --- a/rosy.sh +++ b/rosy.sh @@ -1,5 +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