Sign in
nest-open-source
/
nest-cam
/
4320010
/
tinyxml
/
refs/heads/master
/
.
/
tinyxml2
/
Android.bp
blob: 0e53e7fd00d3f1b8320b441e441fae48c41f0a3d [
file
] [
log
] [
blame
] [
edit
]
cc_library_static
{
name
:
"libtinyxml2"
,
host_supported
:
true
,
srcs
:
[
"tinyxml2.cpp"
],
target
:
{
android
:
{
cflags
:
[
// LOG_TO_ANDROID_LOGCAT
"-DDEBUG"
,
"-DANDROID_NDK"
,
],
},
},
}