blob: 81da4bd1b828912a42dfd78f66ab3fa7fc00254f [file] [log] [blame]
cc_library {
name: "libtinyxml2",
host_supported: true,
vendor_available: true,
srcs: ["tinyxml2.cpp"],
target: {
android: {
cflags: [
// LOG_TO_ANDROID_LOGCAT
"-DDEBUG",
"-DANDROID_NDK",
],
shared: {
shared_libs: ["liblog"],
},
},
},
export_include_dirs: ["."],
}