Merge "Move libnativebridge headers into the module." am: 508e0b8b34
am: 1921ab7c0e
Change-Id: Ia1e83633a2b28a7fc15f96aaca31b57fcd183c3f
This commit is contained in:
commit
a947566568
3 changed files with 11 additions and 1 deletions
|
@ -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"]
|
||||
|
|
|
@ -23,6 +23,7 @@ cc_defaults {
|
|||
"-Wextra",
|
||||
"-Werror",
|
||||
],
|
||||
header_libs: ["libnativebridge-dummy-headers"],
|
||||
cppflags: ["-fvisibility=protected"],
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in a new issue