Android manifests to compile AOSP for Anbox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
1.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="anbox" fetch="https://github.com/anbox/" revision="anbox/o" />
<!-- 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" />
-->
<remove-project name="device/generic/x86" />
<remove-project name="device/generic/x86_64" />
<remove-project name="device/generic/goldfish" />
<remove-project name="device/generic/goldfish-opengl" />
<!-- 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>