Skip to content

Commit

Permalink
ConquerOS support [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 authored Apr 26, 2022
1 parent e49f78b commit 39d4b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ $or_check -gt 0 ]]; then echo Please dont use or operator inside script; e
rom_name=$(grep init $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d / -f 4)
branch_name=$(grep init $CIRRUS_WORKING_DIR/build_rom.sh | awk -F "-b " '{print $2}' | awk '{print $1}')
rom_name=$rom_name-$branch_name
supported_roms=' AOSPA-sapphire AospExtended-12.1.x AOSPK-twelve ArrowOS-arrow-11.0 ArrowOS-arrow-12.1 BlissRoms-arcadia Bootleggers-BrokenLab-sambun CarbonROM-cr-9.0 CherishOS-twelve-one CipherOS-twelve-L conquerOS-twelve Corvus-R-12-test crdroidandroid-11.0 crdroidandroid-12.0 crdroidandroid-12.1 Evolution-X-elle Evolution-X-snow ForkLineageOS-lineage-19.1 Fusion-OS-twelve Havoc-OS-eleven Komodo-OS-12.2 lighthouse-os-sailboat_L1 LineageOS-lineage-15.1 LineageOS-lineage-17.1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 NusantaraProject-ROM-12 Octavi-OS-12 PixelExperience-twelve PixelExperience-twelve-plus PixelExtended-snow PixelOS-Pixelish-twelve PixelPlusUI-SnowCone-snowcone-12.1 PixysOS-twelve PotatoProject-frico_mr1-release projectarcana-aosp-12.x Project-Awaken-12.1 ProjectBlaze-12.1 Project-Elixir-snow Project-Fluid-fluid-12 Project-LegionOS-12 ProjectRadiant-twelve ProjectSakura-12 ProjectStreak-twelve.one ResurrectionRemix-Q ShapeShiftOS-android_12 Spark-Rom-spark StyxProject-S The-RAVEN-OS-twelve VoltageOS-12 xdroid-oss-twelve yaap-twelve '
supported_roms=' AOSPA-sapphire AospExtended-12.1.x AOSPK-twelve ArrowOS-arrow-11.0 ArrowOS-arrow-12.1 BlissRoms-arcadia Bootleggers-BrokenLab-sambun CarbonROM-cr-9.0 CherishOS-twelve-one CipherOS-twelve-L ConquerOS-twelve Corvus-R-12-test crdroidandroid-11.0 crdroidandroid-12.0 crdroidandroid-12.1 Evolution-X-elle Evolution-X-snow ForkLineageOS-lineage-19.1 Fusion-OS-twelve Havoc-OS-eleven Komodo-OS-12.2 lighthouse-os-sailboat_L1 LineageOS-lineage-15.1 LineageOS-lineage-17.1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 NusantaraProject-ROM-12 Octavi-OS-12 PixelExperience-twelve PixelExperience-twelve-plus PixelExtended-snow PixelOS-Pixelish-twelve PixelPlusUI-SnowCone-snowcone-12.1 PixysOS-twelve PotatoProject-frico_mr1-release projectarcana-aosp-12.x Project-Awaken-12.1 ProjectBlaze-12.1 Project-Elixir-snow Project-Fluid-fluid-12 Project-LegionOS-12 ProjectRadiant-twelve ProjectSakura-12 ProjectStreak-twelve.one ResurrectionRemix-Q ShapeShiftOS-android_12 Spark-Rom-spark StyxProject-S The-RAVEN-OS-twelve VoltageOS-12 xdroid-oss-twelve yaap-twelve '
if [[ $supported_roms != *" $rom_name "* ]]; then echo Not supported rom or branch.; exit 1; fi

device=$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)
Expand Down

0 comments on commit 39d4b8f

Please sign in to comment.