summaryrefslogtreecommitdiffstats
path: root/libnativebridge
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-16 17:58:14 -0800
committerElliott Hughes <enh@google.com>2018-02-16 17:58:14 -0800
commitdc699a269f6a22af6cbba0f6e1359fde103dc4d3 (patch)
treedb8830dc9e776480c4bc2170d276582d57a9a83a /libnativebridge
parent8c0c1ba98939a201f758fc3952ab59c7429132c2 (diff)
downloadsystem_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.gz
system_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.bz2
system_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.zip
bpfmt.
Bug: N/A Test: builds Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac
Diffstat (limited to 'libnativebridge')
-rw-r--r--libnativebridge/Android.bp10
1 files changed, 6 insertions, 4 deletions
diff --git a/libnativebridge/Android.bp b/libnativebridge/Android.bp
index 089f3b825..6e63b74c6 100644
--- a/libnativebridge/Android.bp
+++ b/libnativebridge/Android.bp
@@ -1,9 +1,8 @@
-
cc_library_headers {
name: "libnativebridge-dummy-headers",
host_supported: true,
- export_include_dirs=["include"],
+ export_include_dirs: ["include"],
}
cc_library {
@@ -11,9 +10,12 @@ cc_library {
host_supported: true,
srcs: ["native_bridge.cc"],
- shared_libs: ["liblog", "libbase"],
+ shared_libs: [
+ "liblog",
+ "libbase",
+ ],
- export_include_dirs=["include"],
+ export_include_dirs: ["include"],
cflags: [
"-Werror",