Browse Source

Add anbox manifest

Change-Id: I2f3d131b90331288f8b4fca2933fde39c4272f77
anbox-p
Simon Fels 7 years ago
parent
commit
e5346d6021
2 changed files with 28 additions and 0 deletions
  1. +26
    -0
      anbox.xml
  2. +2
    -0
      default.xml

+ 26
- 0
anbox.xml View File

@ -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>

+ 2
- 0
default.xml View File

@ -698,4 +698,6 @@
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
<include name="anbox.xml" />
</manifest>

Loading…
Cancel
Save