diff options
author | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2018-08-28 12:06:05 -0400 |
---|---|---|
committer | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2018-08-28 12:06:05 -0400 |
commit | 682a2c4a85e095a60d81121125e2aacb8e803790 (patch) | |
tree | 78c54021c120470556565064b293bfb88fe8a848 | |
parent | 908125b12c72e78f3db183ba400cbd122d21634d (diff) | |
download | manifest-682a2c4a85e095a60d81121125e2aacb8e803790.tar.gz manifest-682a2c4a85e095a60d81121125e2aacb8e803790.tar.bz2 manifest-682a2c4a85e095a60d81121125e2aacb8e803790.zip |
Adapt to recent LineageOS forks
The following LineageOS commits in cm-13.0 branch forked aac and
libvorbis repositories:
manifest: Track own external/libvorbis (119b626212a189d098007d3774df19eee5692aaa)
Switch to our external/aac (4ae095ffef693b7f50b51d7d770ad01c1e9cbf8f)
This adds those changes.
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r-- | default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml index f6a1238..04921e6 100644 --- a/default.xml +++ b/default.xml @@ -319,7 +319,7 @@ <project path="device/google/accessory/demokit" name="device/google/accessory/demokit" groups="device" remote="aosp" /> <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" /> <project path="docs/source.android.com" name="platform/docs/source.android.com" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> - <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" /> + <project path="external/aac" name="LineageOS-mirror/android_external_aac.git" groups="pdk" remote="lineage-mirror" /> <project path="external/androidplot" name="platform/external/androidplot" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/antlr" name="platform/external/antlr" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> @@ -403,7 +403,7 @@ <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/libutf" name="platform/external/libutf" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/libvncserver" name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> - <project path="external/libvorbis" name="platform/external/libvorbis" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> + <project path="external/libvorbis" name="LineageOS-mirror/android_external_libvorbis.git" groups="pdk-cw-fs,pdk-fs" remote="lineage-mirror" /> <project path="external/libyuv" name="platform/external/libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/littlemock" name="platform/external/littlemock" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="external/lld" name="platform/external/lld" groups="pdk-fs" remote="aosp" /> |