|
|
@ -0,0 +1,26 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<manifest> |
|
|
|
<remote name="anbox" fetch="https://github.com/anbox/" revision="anbox/master" /> |
|
|
|
|
|
|
|
<!-- Remove a few projects we have replacements for --> |
|
|
|
<remove-project name="platform/bionic" /> |
|
|
|
<remove-project name="platform/frameworks/base" /> |
|
|
|
<remove-project name="platform/frameworks/native" /> |
|
|
|
<remove-project name="platform/hardware/libhardware" /> |
|
|
|
<remove-project name="platform/hardware/libhardware_legacy" /> |
|
|
|
<remove-project name="platform/system/core" /> |
|
|
|
<remove-project name="platform/system/netd" /> |
|
|
|
|
|
|
|
<!-- These are all Android repositories we have modifications for --> |
|
|
|
<project path="bionic" name="platform_bionic" groups="pdk" remote="anbox" /> |
|
|
|
<project path="frameworks/base" name="platform_frameworks_base" groups="pdk-cw-fs,pdk-fs" remote="anbox" /> |
|
|
|
<project path="frameworks/native" name="platform_frameworks_native" groups="pdk" remote="anbox" /> |
|
|
|
<project path="hardware/libhardware" name="platform_hardware_libhardware" groups="pdk" remote="anbox" /> |
|
|
|
<project path="hardware/libhardware_legacy" name="platform_hardware_libhardware_legacy" groups="pdk" remote="anbox" /> |
|
|
|
<project path="system/core" name="platform_system_core" groups="pdk" remote="anbox" /> |
|
|
|
<project path="system/netd" name="platform_system_netd" groups="pdk" remote="anbox" /> |
|
|
|
|
|
|
|
<!-- Our own components --> |
|
|
|
<project path="device/anbox" name="device_anbox" remote="anbox" revision="master" /> |
|
|
|
<project path="anbox" name="anbox" remote="anbox" revision="master" /> |
|
|
|
</manifest> |