Project-ARTist / meta

Meta repository for matters related to more than one repository or even the whole project as such.
2 stars 0 forks source link

Remove ARTist as art's submodule and place ARTist in local_manifest #13

Closed sweisgerber-dev closed 6 years ago

sweisgerber-dev commented 6 years ago

Remove ARTist as art's submodule and place ARTist in local_manifest

This allows us to use repo to efficiently switch branches and manage the remotes and our sourcecode.

sweisgerber-dev commented 6 years ago

aosp_7.1.1_r6_arm-eng

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <remote name="artist" fetch="https://github.com"/>
    <remove-project name="platform/art"/>
    <project path="art" name="Project-ARTist/art.git" remote="artist" revision="refs/tags/android-7.1.1_r6"/>
    <project path="art/compiler/optimizing/artist" name="Project-ARTist/ARTist.git" remote="artist" revision="master"/>
</manifest>
sweisgerber-dev commented 6 years ago

Solved