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