blob: 0e53e7fd00d3f1b8320b441e441fae48c41f0a3d [file] [log] [blame]
cc_library_static {
name: "libtinyxml2",
host_supported: true,
srcs: ["tinyxml2.cpp"],
target: {
android: {
cflags: [
// LOG_TO_ANDROID_LOGCAT
"-DDEBUG",
"-DANDROID_NDK",
],
},
},
}