Skip to content

Commit

Permalink
Added getting vendor/partner_gms from partner-android.googlesource.com.
Browse files Browse the repository at this point in the history
BUG: 144123684

Test: manual - Ran the following tests
$ repo sync
$ ls vendor/partner_gms/
  apps  apps_go  etc  frameworks  overlay  products

Change-Id: I9d5946107b080c063eb00593a4ad6263831005fb
  • Loading branch information
rtenneti-google authored and Ian Kasprzak committed Jan 8, 2020
1 parent 056a7fe commit 6a84e20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aosp-master-with-phones.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
review="https://googleplex-android-review.googlesource.com/"
revision="mirror-aosp-master-with-vendor" />

<remote name="partner"
fetch="https://partner-android.googlesource.com/"
review="https://partner-android-review.googlesource.com/"
revision="qt-gms-dev" />

<!-- pull in the standard AOSP projects. -->
<include name="default.xml" />

Expand All @@ -36,4 +41,6 @@
<project path="vendor/qcom/taimen" name="platform/vendor/aosp/qcom/taimen" groups="vendor" remote="goog" />
<project path="vendor/qcom/walleye" name="platform/vendor/aosp/qcom/walleye" groups="vendor" remote="goog" />

<project path="vendor/partner_gms" name="platform/vendor/partner_gms" groups="vendor" remote="partner" clone-depth="1" />

</manifest>

0 comments on commit 6a84e20

Please sign in to comment.