更新 snippets/strix.xml

This commit is contained in:
2025-07-13 15:36:04 +08:00
parent 9390481097
commit 41241b1d51
2 changed files with 33 additions and 62 deletions

View File

@@ -1,62 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab"
fetch="https://gitlab.com/" />
<remote name="minus"
fetch="https://github.com/Project-MinusOS"
revision="balsam" />
<!-- General Repos -->
<project path="art" name="art" remote="minus" />
<project path="bootable/recovery" name="bootable_recovery" remote="minus" />
<project path="bootable/deprecated-ota" name="bootable_deprecated-ota" remote="minus" />
<project path="bionic" name="bionic" groups="pdk" remote="minus" />
<!-- Build Repos -->
<project path="build/make" name="build" groups="pdk,sysui-studio" remote="minus" >
<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="minus" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<!-- External Repos -->
<project path="external/dtc" name="external_dtc" remote="minus" />
<project path="external/libnl" name="external_libnl" remote="minus" />
<project path="external/gptfdisk" name="external_gptfdisk" remote="minus" />
<project path="external/mksh" name="external_mksh" remote="minus" />
<project path="external/e2fsprogs" name="external_e2fsprogs" remote="minus" />
<project path="external/tinycompress" name="external_tinycompress" remote="minus" />
<project path="external/wpa_supplicant_8" name="external_wpa_supplicant_8" remote="minus" />
<project path="external/zstd" name="external_zstd" groups="pdk" remote="minus" />
<!-- System Framework -->
<project path="frameworks/native" name="frameworks_native" remote="minus" />
<!-- Hardware Repos -->
<project path="hardware/interfaces" name="hardware_interfaces" groups="pdk" remote="minus" />
<project path="hardware/libhardware" name="hardware_libhardware" groups="pdk" remote="minus" />
<!-- Vendor Repos -->
<project path="vendor/minus" name="vendor_minus" remote="minus" />
<!-- System Repos -->
<project path="system/core" name="system_core" groups="pdk" remote="minus" />
<project path="system/bpf" name="system_bpf" groups="pdk" remote="minus" />
<project path="system/libhidl" name="system_libhidl" remote="minus" />
<project path="system/security" name="system_security" remote="minus" />
<project path="system/sepolicy" name="system_sepolicy" groups="pdk" remote="minus" />
<project path="system/update_engine" name="system_update_engine" remote="minus" />
<project path="system/vold" name="system_vold" remote="minus" />
<project path="system/libziparchive" name="system_libziparchive" remote="minus" />
<project path="system/extras" name="system_extras" remote="minus" />
</manifest>

33
snippets/strix.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab"
fetch="https://gitlab.com/" />
<remote name="strix"
fetch="https://github.com/Project-MinusOS"
revision="16.0" />
<!-- Build Repos -->
<project path="build/make" name="build" groups="pdk,sysui-studio" remote="minus" >
<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="minus" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<!-- Hardware Repos -->
<project path="hardware/interfaces" name="hardware_interfaces" groups="pdk" remote="minus" />
<project path="hardware/libhardware" name="hardware_libhardware" groups="pdk" remote="minus" />
<!-- Vendor Repos -->
<project path="vendor/minus" name="vendor_minus" remote="strix" />
</manifest>