Skip to content

Commit

Permalink
Drop Support for Closed Source and EOL roms (ROM-builders#9938) [skip…
Browse files Browse the repository at this point in the history
… ci]

Signed-off-by: clhex <[email protected]>
  • Loading branch information
clhexftw authored May 23, 2022
1 parent 9ee8043 commit d89272a
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 @@ -92,7 +92,7 @@ if [[ $lunch_check -gt 1 ]]; then echo Please build for one device at a time.; 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-12.1 BlissRoms-arcadia-next Bootleggers-BrokenLab-sambun CarbonROM-cr-9.0 CherishOS-twelve-one CipherOS-twelve-L ConquerOS-twelve Corvus-R-12-test crdroidandroid-11.0 crdroidandroid-12.1 DotOS-dot12.1 Evolution-X-elle Evolution-X-snow Fork-Krypton-A12 ForkLineageOS-lineage-19.1 Fusion-OS-twelve Havoc-OS-eleven Komodo-OS-12.2 lighthouse-os-sailboat_L1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 NusantaraProject-ROM-12 P-404-shinka 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 SuperiorOS-twelvedotone StyxProject-S syberia-project-12.1 The-RAVEN-OS-twelve VoltageOS-12l xdroid-oss-twelve yaap-twelve '
supported_roms=' AOSPA-sapphire AospExtended-12.1.x AOSPK-twelve ArrowOS-arrow-12.1 BlissRoms-arcadia-next Bootleggers-BrokenLab-sambun CarbonROM-cr-9.0 CherishOS-twelve-one CipherOS-twelve-L ConquerOS-twelve Corvus-R-12-test crdroidandroid-11.0 crdroidandroid-12.1 DotOS-dot12.1 Evolution-X-elle Evolution-X-snow Fork-Krypton-A12 ForkLineageOS-lineage-19.1 Fusion-OS-twelve Havoc-OS-eleven Komodo-OS-12.2 lighthouse-os-sailboat_L1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 P-404-shinka PixelExperience-twelve PixelExperience-twelve-plus PixelExtended-snow PixelOS-Pixelish-twelve PixysOS-twelve PotatoProject-frico_mr1-release projectarcana-aosp-12.x Project-Awaken-12.1 ProjectBlaze-12.1 Project-Fluid-fluid-12 ProjectRadiant-twelve ProjectStreak-twelve.one ResurrectionRemix-Q ShapeShiftOS-android_12 Spark-Rom-spark SuperiorOS-twelvedotone StyxProject-S syberia-project-12.1 The-RAVEN-OS-twelve VoltageOS-12l 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 d89272a

Please sign in to comment.