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