Created
August 19, 2019 18:33
-
-
Save nemanjan00/005f6bead1a66f9a80fa2187d482fd57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote | |
name="aosp" | |
fetch="https://android.googlesource.com/" | |
review="https://android-review.googlesource.com/" /> | |
<default | |
revision="master" | |
remote="aosp" | |
sync-j="4" /> | |
<!--Tools--> | |
<project path="ndk" name="platform/ndk" remote="aosp" /> | |
<!--Toolchain sources --> | |
<project path="toolchain/binutils" name="toolchain/binutils" remote="aosp" /> | |
<!--Clang--> | |
<project path="external/clang" name="platform/external/clang" remote="aosp" /> | |
<!--Prebuilts--> | |
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" remote="aosp" /> | |
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/android-emulator-build/common" name="platform/prebuilts/android-emulator-build/common" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/android-emulator-build/qemu-android-deps" name="platform/prebuilts/android-emulator-build/qemu-android-deps" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/android-emulator-build/curl" name="platform/prebuilts/android-emulator-build/curl" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/android-emulator-build/protobuf" name="platform/prebuilts/android-emulator-build/protobuf" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/android-emulator-build/qt" name="platform/prebuilts/android-emulator-build/qt" revision="emu-3.1-release" remote="aosp" /> | |
<project path="prebuilts/archive" name="platform/prebuilts/android-emulator-build/archive" revision="emu-3.1-release" remote="aosp" /> | |
<!--Qemu source--> | |
<project path="external/qemu" name="platform/external/qemu" remote="aosp" revision="emu-3.1-release" /> | |
<!--Google test--> | |
<project path="external/googletest" name="platform/external/googletest" revision="emu-3.1-release" remote="aosp" /> | |
<!--Generic device--> | |
<project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" revision="emu-3.1-release" remote="aosp" /> | |
<!--libyuv library--> | |
<project path="external/libyuv" name="platform/external/libyuv" revision="emu-3.1-release" remote="aosp" /> | |
<!--tinyobjloader library--> | |
<project path="external/tinyobjloader" name="platform/external/libyuv" revision="emu-3.1-release" remote="aosp" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment