manifest/llvm-toolchain.xml
lijie0325 68b29d3064 Embed libxml2 for linux, mac and windows
Issue: https://gitee.com/openharmony/manifest/issues/I7TS92?from=project-issue

Test: LLDB enables libxml2 testing

Signed-off-by: lijie0325 <2410599907@qq.com>
2023-08-16 20:04:27 +08:00

22 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://gitee.com/openharmony/" name="origin" review="https://openharmony.gitee.com/openharmony/"/>
<default remote="origin" revision="master" sync-j="4" />
<project name="third_party_llvm-project" path="toolchain/llvm-project" />
<project name="third_party_lldb-mi" path="toolchain/lldb-mi" />
<project name="prebuilts_lite_sysroot" path="prebuilts/lite/sysroot" />
<project name="kernel_liteos_a" path="kernel/liteos_a" />
<project name="kernel_linux_patches" path="kernel_linux_patches" />
<project name="third_party_mingw-w64" path="third_party/mingw-w64" />
<project name="third_party_musl" path="third_party/musl" />
<project name="third_party_zlib" path="third_party/zlib" />
<project name="third_party_Linux_Kernel" path="third_party/Linux_Kernel" />
<project name="third_party_optimized_routines" path="third_party/optimized-routines" />
<project name="third_party_NuttX" path="third_party/NuttX" />
<project name="third_party_libedit" path="third_party/libedit" />
<project name="third_party_ncurses" path="third_party/ncurses" />
<project name="third_party_python" path="third_party/python" />
<project name="third_party_libxml2" path="third_party/libxml2" />
</manifest>