上传文件至 snippets

This commit is contained in:
2025-07-14 10:34:18 +08:00
parent d8cd0d61f6
commit 810d5e4478

27
snippets/strix.xml Normal file
View File

@@ -0,0 +1,27 @@
<?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>