-
Notifications
You must be signed in to change notification settings - Fork 4
/
default.xml
31 lines (26 loc) · 1.61 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch="https://android.googlesource.com/"
review="https://android-review.googlesource.com/" />
<default revision="refs/tags/android-9.0.0_r10"
remote="aosp"
sync-j="4" />
<project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/native" name="platform/frameworks/native" groups="pdk" />
<project path="system/core" name="platform/system/core" groups="pdk" />
<project path="external/expat" name="platform/external/expat" groups="pdk" />
<project path="external/libpng" name="platform/external/libpng" groups="pdk" />
<project path="external/zlib" name="platform/external/zlib" groups="pdk" />
<project path="external/safe-iop" name="platform/external/safe-iop" groups="pdk" />
<project path="external/protobuf" name="platform/external/protobuf" groups="pdk" />
<project path="external/libcxx" name="platform/external/libcxx" groups="pdk" />
<project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" />
<project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" />
<project path="libnativehelper" name="platform/libnativehelper" groups="pdk" />
<remote name="github" fetch="https://github.com/lizhangqu/" />
<project path="buildscript" name="aapt-cmake-buildscript.git" remote="github" revision="android-9.0.0_r10">
<linkfile src="CMakeLists.txt" dest="CMakeLists.txt" />
<linkfile src="windows.toolchain.cmake" dest="windows.toolchain.cmake" />
</project>
</manifest>