blob: fbf562e6848d18fd1baa3793c7d264598bbf92a8 [file] [log] [blame]
cc_library {
name: "libnativebridge",
host_supported: true,
srcs: ["native_bridge.cc"],
shared_libs: ["liblog"],
clang: true,
cflags: [
"-Werror",
"-Wall",
],
cppflags: [
"-std=gnu++11",
"-fvisibility=protected",
],
target: {
android: {
shared_libs: ["libdl"],
},
host: {
host_ldlibs: ["-ldl"],
},
},
}
subdirs = ["tests"]