Skip to content

Commit

Permalink
Add project device/generic/art to the manifest.
Browse files Browse the repository at this point in the history
Project device/generic/art is used in some ART builds. The main
motivation to add it to the main Android manifest is to enable
automerger paths on this project.

Test: Validated with validate_repo_branch.par
      (see go/mani-verify#using-validate-repo-branchpar):
        /google/data/ro/projects/android/android-build/validate_repo_branch.par \
          --target_repo=android --branch=master \
          --local_manifest .repo/manifests/default.xml
Bug: 147283354

Change-Id: Iee92f1a5db4647f6a6d4a21fdda1646a8d8ca8e0
  • Loading branch information
roland-levillain committed Jan 12, 2020
1 parent 0978439 commit 3fea776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" />
<project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" />
<project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" />
<project path="device/generic/art" name="device/generic/art" groups="pdk" />
<project path="device/generic/car" name="device/generic/car" groups="pdk" />
<project path="device/generic/common" name="device/generic/common" groups="pdk" />
<project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" />
Expand Down

0 comments on commit 3fea776

Please sign in to comment.