33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?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> |