Skip to content

Commit

Permalink
bug 848559 - switch panda and emu to caf, stop using linaro for gtest…
Browse files Browse the repository at this point in the history
… on caf devices r=mwu

(cherry picked from commit 76050ae)
  • Loading branch information
jhford committed Mar 7, 2013
1 parent 7214b12 commit 8fda2e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions emulator.xml
Expand Up @@ -2,11 +2,11 @@
<manifest>

<remote name="aosp" fetch="https://android.googlesource.com/"/>
<remote name="linaro" fetch="http://android.git.linaro.org/git-ro/"/>
<remote name="b2g" fetch="https://git.mozilla.org/b2g"/>
<remote name="caf" fetch="git://codeaurora.org/"/>
<remote name="mozilla" fetch="git://github.com/mozilla/"/>
<remote name="mozillaorg" fetch="https://git.mozilla.org/releases"/>
<default revision="refs/tags/android-4.0.4_r2.1" remote="linaro" sync-j="4"/>
<default revision="refs/tags/android-4.0.4_r2.1" remote="caf" sync-j="4"/>

<!-- Gonk specific things and forks -->
<project path="build" name="platform_build" remote="b2g" revision="43434d6cdbf702e6197e0791f19406860284edf6" upstream="v1.0.1">
Expand Down
3 changes: 1 addition & 2 deletions otoro.xml
Expand Up @@ -5,7 +5,6 @@
<remote name="b2g" fetch="https://git.mozilla.org/b2g"/>
<remote name="mozilla" fetch="git://github.com/mozilla/"/>
<remote name="caf" fetch="git://codeaurora.org/"/>
<remote name="linaro" fetch="http://android.git.linaro.org/git-ro/"/>
<remote name="mozillaorg" fetch="https://git.mozilla.org/releases"/>
<default revision="ics_chocolate_rb4.2" remote="caf" sync-j="4"/>

Expand Down Expand Up @@ -43,7 +42,7 @@
<project path="external/flac" name="platform/external/flac" revision="5893fbe890f5dab8e4146d2baa4bd2691c0739e0"/>
<project path="external/freetype" name="platform/external/freetype" revision="aeb407daf3711a10a27f3bc2223c5eb05158076e"/>
<project path="external/giflib" name="platform/external/giflib" revision="b2597268aef084202a8c349d1cc072c03c6e22eb"/>
<project path="external/gtest" name="platform/external/gtest" remote="linaro" revision="344e5f3db17615cc853073a02968a603efd39109"/>
<project path="external/gtest" name="platform/external/gtest" revision="344e5f3db17615cc853073a02968a603efd39109"/>
<project path="external/harfbuzz" name="platform/external/harfbuzz" revision="116610d63a859521dacf00fb6818ee9ab2e666f6"/>
<project path="external/icu4c" name="platform/external/icu4c" revision="0fa67b93b831c6636ca18b152a1b1b14cc99b034"/>
<project path="external/iptables" name="platform/external/iptables" revision="3b2deb17f065c5664bb25e1a28489e5792eb63ff"/>
Expand Down
5 changes: 3 additions & 2 deletions pandaboard.xml
Expand Up @@ -4,9 +4,10 @@
<remote name="aosp" fetch="https://android.googlesource.com/"/>
<remote name="b2g" fetch="git://github.com/mozilla-b2g/"/>
<remote name="linaro" fetch="http://android.git.linaro.org/git-ro/"/>
<remote name="caf" fetch="git://codeaurora.org/"/>
<remote name="mozilla" fetch="git://github.com/mozilla/"/>
<remote name="mozillaorg" fetch="https://git.mozilla.org/releases"/>
<default revision="refs/tags/android-4.0.4_r2.1" remote="linaro" sync-j="4"/>
<default revision="refs/tags/android-4.0.4_r2.1" remote="caf" sync-j="4"/>

<!-- Gonk specific things and forks -->
<project path="build" name="platform_build" remote="b2g" revision="43434d6cdbf702e6197e0791f19406860284edf6" upstream="v1.0.1">
Expand Down Expand Up @@ -40,7 +41,7 @@
<project path="external/flac" name="platform/external/flac" revision="5893fbe890f5dab8e4146d2baa4bd2691c0739e0"/>
<project path="external/freetype" name="platform/external/freetype" revision="aeb407daf3711a10a27f3bc2223c5eb05158076e"/>
<project path="external/giflib" name="platform/external/giflib" revision="b2597268aef084202a8c349d1cc072c03c6e22eb"/>
<project path="external/gtest" name="platform/external/gtest" remote="linaro" revision="344e5f3db17615cc853073a02968a603efd39109"/>
<project path="external/gtest" name="platform/external/gtest" revision="344e5f3db17615cc853073a02968a603efd39109"/>
<project path="external/harfbuzz" name="platform/external/harfbuzz" revision="bae491c03a00757d83ede8d855b7d85d246bde3d"/>
<project path="external/icu4c" name="platform/external/icu4c" revision="0fa67b93b831c6636ca18b152a1b1b14cc99b034"/>
<project path="external/iptables" name="platform/external/iptables" revision="3b2deb17f065c5664bb25e1a28489e5792eb63ff"/>
Expand Down

0 comments on commit 8fda2e6

Please sign in to comment.