更新 snippets/strix.xml
This commit is contained in:
@@ -2,26 +2,26 @@
|
|||||||
<manifest>
|
<manifest>
|
||||||
|
|
||||||
<remote name="strix"
|
<remote name="strix"
|
||||||
fetch="https://git.shuixx.com:2443/StrixOS"
|
fetch="https://git.shuixx.com:2443/StrixOS"
|
||||||
revision="16.0" />
|
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>
|
||||||
|
|
||||||
<!-- Build Repos -->
|
<project path="build/soong" name="build_soong" groups="pdk,tradefed" remote="strix" >
|
||||||
<project path="build/make" name="build" groups="pdk,sysui-studio" remote="minus" >
|
<linkfile src="root.bp" dest="Android.bp" />
|
||||||
<copyfile src="core/root.mk" dest="Makefile" />
|
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
|
||||||
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
|
</project>
|
||||||
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
|
|
||||||
<linkfile src="core" dest="build/core" />
|
<!-- Vendor Repos -->
|
||||||
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
|
<project path="vendor/strix" name="vendor_strix" remote="strix" />
|
||||||
<linkfile src="target" dest="build/target" />
|
|
||||||
<linkfile src="tools" dest="build/tools" />
|
|
||||||
</project>
|
|
||||||
|
|
||||||
<project path="build/soong" name="build_soong" groups="pdk,tradefed" remote="minus" >
|
</manifest>
|
||||||
<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>
|
|
Reference in New Issue
Block a user