Newer
Older
name: "libtinyxml2",
host_supported: true,
vndk: {
enabled: true,
},
"-Wno-implicit-fallthrough",
// tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.
target: {
android: {
cflags: [
// LOG_TO_ANDROID_LOGCAT
"-DDEBUG",
"-DANDROID_NDK",
],
},
},
cc_test {
name: "tinyxml2-tests",
srcs: ["xmltest.cpp"],
shared_libs: ["libtinyxml2"],
data: [