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