├── .github └── workflows │ └── run_ci_checks.yaml ├── LICENSE ├── default.xml ├── include ├── aosp_legacy.xml ├── aosp_vanilla.xml ├── bsp-celadon.xml ├── celadon-manifest.xml └── nnhal-manifest.xml └── stable-build ├── CIV_00.20.04.39_A11.xml ├── CIV_00.21.01.12_A11.xml ├── CIV_00.21.02.25_A11.xml ├── CIV_00.21.02.27_A11.xml ├── CIV_00.21.03.39_A11.xml ├── CIV_00.21.03.41_A12.xml ├── CIV_00.22.01.04_A12.xml ├── CIV_00.22.02.21_A12.xml ├── CIV_00.22.03.34_A13.xml ├── CIV_00.22.04.48_A13.xml ├── CIV_00.23.04.40_A14.xml ├── CIV_00.23.04.45_A14.xml ├── CIV_00.23.04.51_A14.xml ├── CIV_00.24.03.36_A15.xml ├── CIV_01.20.01.12_A10.xml ├── CIV_01.20.04.50_A11.xml ├── CIV_01.21.03.39_A11.xml ├── CIV_01.22.03.32_A12.xml ├── CIV_01.23.02.15_A13.xml ├── CIV_02.22.01.12_A11.xml ├── CIV_02.22.04.50_A12.xml ├── CIV_03.22.03.37_A11.xml ├── deprecated ├── CELADON_01.20.01.12_A09.xml ├── CIV_00.19.04.20.02_A10.xml ├── CIV_00.19.04.51_A10.xml ├── CIV_00.20.01.09_A10.xml ├── CIV_00.20.02.19_A10.xml ├── CIV_00.20.02.23_A10.xml ├── CIV_00.20.02.24_A10.xml ├── CIV_00.20.03.31_A10.xml ├── CIV_00.20.03.39_A10.xml ├── ww13_clk.xml ├── ww201840.xml ├── ww201851.xml ├── ww201852.xml ├── ww201904.xml ├── ww201913.xml ├── ww201925_H.xml ├── ww201925_clk.xml └── ww201941_B.xml └── latest.xml /.github/workflows/run_ci_checks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/.github/workflows/run_ci_checks.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/LICENSE -------------------------------------------------------------------------------- /default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/default.xml -------------------------------------------------------------------------------- /include/aosp_legacy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/include/aosp_legacy.xml -------------------------------------------------------------------------------- /include/aosp_vanilla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/include/aosp_vanilla.xml -------------------------------------------------------------------------------- /include/bsp-celadon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/include/bsp-celadon.xml -------------------------------------------------------------------------------- /include/celadon-manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/include/celadon-manifest.xml -------------------------------------------------------------------------------- /include/nnhal-manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/include/nnhal-manifest.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.20.04.39_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.20.04.39_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.21.01.12_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.21.01.12_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.21.02.25_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.21.02.25_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.21.02.27_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.21.02.27_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.21.03.39_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.21.03.39_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.21.03.41_A12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.21.03.41_A12.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.22.01.04_A12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.22.01.04_A12.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.22.02.21_A12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.22.02.21_A12.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.22.03.34_A13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.22.03.34_A13.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.22.04.48_A13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.22.04.48_A13.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.23.04.40_A14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.23.04.40_A14.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.23.04.45_A14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.23.04.45_A14.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.23.04.51_A14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.23.04.51_A14.xml -------------------------------------------------------------------------------- /stable-build/CIV_00.24.03.36_A15.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_00.24.03.36_A15.xml -------------------------------------------------------------------------------- /stable-build/CIV_01.20.01.12_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_01.20.01.12_A10.xml -------------------------------------------------------------------------------- /stable-build/CIV_01.20.04.50_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_01.20.04.50_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_01.21.03.39_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_01.21.03.39_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_01.22.03.32_A12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_01.22.03.32_A12.xml -------------------------------------------------------------------------------- /stable-build/CIV_01.23.02.15_A13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_01.23.02.15_A13.xml -------------------------------------------------------------------------------- /stable-build/CIV_02.22.01.12_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_02.22.01.12_A11.xml -------------------------------------------------------------------------------- /stable-build/CIV_02.22.04.50_A12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_02.22.04.50_A12.xml -------------------------------------------------------------------------------- /stable-build/CIV_03.22.03.37_A11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/CIV_03.22.03.37_A11.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CELADON_01.20.01.12_A09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CELADON_01.20.01.12_A09.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.19.04.20.02_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.19.04.20.02_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.19.04.51_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.19.04.51_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.01.09_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.01.09_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.02.19_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.02.19_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.02.23_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.02.23_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.02.24_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.02.24_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.03.31_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.03.31_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/CIV_00.20.03.39_A10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/CIV_00.20.03.39_A10.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww13_clk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww13_clk.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201840.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201840.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201851.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201851.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201852.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201852.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201904.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201904.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201913.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201913.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201925_H.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201925_H.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201925_clk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201925_clk.xml -------------------------------------------------------------------------------- /stable-build/deprecated/ww201941_B.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projectceladon/manifest/HEAD/stable-build/deprecated/ww201941_B.xml -------------------------------------------------------------------------------- /stable-build/latest.xml: -------------------------------------------------------------------------------- 1 | CIV_00.24.03.36_A15.xml --------------------------------------------------------------------------------