├── .gitignore ├── README.mkdn ├── default.xml └── snippets ├── lineage.xml └── xenonhd.xml /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /README.mkdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamHorizon/platform_manifest/HEAD/README.mkdn -------------------------------------------------------------------------------- /default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamHorizon/platform_manifest/HEAD/default.xml -------------------------------------------------------------------------------- /snippets/lineage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamHorizon/platform_manifest/HEAD/snippets/lineage.xml -------------------------------------------------------------------------------- /snippets/xenonhd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamHorizon/platform_manifest/HEAD/snippets/xenonhd.xml --------------------------------------------------------------------------------