Merge "Move libnativebridge headers into the module." am: 508e0b8b34

am: 1921ab7c0e

Change-Id: Ia1e83633a2b28a7fc15f96aaca31b57fcd183c3f
This commit is contained in:
Steven Moreland 2017-07-06 23:50:33 +00:00 committed by android-build-merger
commit a947566568
3 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,11 @@
cc_library_headers {
name: "libnativebridge-dummy-headers",
host_supported: true,
export_include_dirs=["include"],
}
cc_library {
name: "libnativebridge",
@ -7,6 +14,8 @@ cc_library {
shared_libs: ["liblog"],
clang: true,
export_include_dirs=["include"],
cflags: [
"-Werror",
"-Wall",
@ -23,4 +32,4 @@ cc_library {
},
}
subdirs = ["tests"]
subdirs = ["tests"]

View file

@ -23,6 +23,7 @@ cc_defaults {
"-Wextra",
"-Werror",
],
header_libs: ["libnativebridge-dummy-headers"],
cppflags: ["-fvisibility=protected"],
target: {
android: {