blob: 6a1600cd8471f1f040a7ca47a743d684a26e9ef5 [file] [log] [blame]
cc_library_static {
name: "cjson",
clang: true,
srcs: [
"cJSON.c",
],
cflags: [
"-Wall",
"-Werror",
],
local_include_dirs: [
"includes",
],
export_include_dirs: [
"includes",
],
}
cc_library_static {
name: "cjson_ndk",
clang: true,
srcs: [
"cJSON.c",
],
cflags: [
"-Wall",
"-Werror",
],
local_include_dirs: [
"includes",
],
export_include_dirs: [
"includes",
],
sdk_version: "24",
}