Browse Source

Use upstream AOSP source rather than parent directory

Without this patch we receive lots of these errors:
fatal: repository 'https://github.com/platform/external/expat/' not found
fatal: repository 'https://github.com/platform/external/jacoco/' not found
...
Change-Id: I8bf74006538f35c428a2ace55fa88b30702b737c
Signed-off-by: Lee Jones <lee.jones@linaro.org>
pull/3/head
Lee Jones 7 years ago
parent
commit
82c9f05916
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      default.xml

+ 1
- 1
default.xml View File

@ -2,7 +2,7 @@
<manifest> <manifest>
<remote name="aosp" <remote name="aosp"
fetch=".."
fetch="https://android.googlesource.com/"
review="https://android-review.googlesource.com/" /> review="https://android-review.googlesource.com/" />
<default revision="o-preview" <default revision="o-preview"
remote="aosp" remote="aosp"


Loading…
Cancel
Save