1declare_args() { 2 # Whether to include code that links against libxml2. 3 llvm_enable_libxml2 = current_os != "win" && current_os != "android" 4} 5