27 lines
996 B
XML
27 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<remote name="strix"
|
|
fetch="https://git.shuixx.com:2443/StrixOS"
|
|
revision="16.0" />
|
|
|
|
<!-- Build Repos -->
|
|
<project path="build/make" name="build" groups="pdk,sysui-studio" remote="strix" >
|
|
<copyfile src="core/root.mk" dest="Makefile" />
|
|
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
|
|
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
|
|
<linkfile src="core" dest="build/core" />
|
|
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
|
|
<linkfile src="target" dest="build/target" />
|
|
<linkfile src="tools" dest="build/tools" />
|
|
</project>
|
|
|
|
<project path="build/soong" name="build_soong" groups="pdk,tradefed" remote="strix" >
|
|
<linkfile src="root.bp" dest="Android.bp" />
|
|
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
|
|
</project>
|
|
|
|
<!-- Vendor Repos -->
|
|
<project path="vendor/strix" name="vendor_strix" remote="strix" />
|
|
|
|
</manifest> |