summaryrefslogtreecommitdiffstats
path: root/trusty
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-20 02:11:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-20 02:11:33 +0000
commitb57755c429ee07cd11ed4cb9bf6320002a9e21b6 (patch)
treecbdae5e4eeed5ec4e665448cf338ab63af27f681 /trusty
parent894337ee0bdf7b43d3e15a871653a4c104d9a0c5 (diff)
parent0609e8d231822c6be9ab33eba3d6514525ce3ae6 (diff)
downloadsystem_core-b57755c429ee07cd11ed4cb9bf6320002a9e21b6.tar.gz
system_core-b57755c429ee07cd11ed4cb9bf6320002a9e21b6.tar.bz2
system_core-b57755c429ee07cd11ed4cb9bf6320002a9e21b6.zip
Merge "bpfmt."
am: 0609e8d231 Change-Id: I810b09372da24d4b84bbeaa5d0c03ec0baf928fd
Diffstat (limited to 'trusty')
-rw-r--r--trusty/keymaster/Android.bp5
-rw-r--r--trusty/libtrusty/Android.bp5
-rw-r--r--trusty/libtrusty/tipc-test/Android.bp5
-rw-r--r--trusty/storage/lib/Android.bp2
-rw-r--r--trusty/storage/proxy/Android.bp2
5 files changed, 14 insertions, 5 deletions
diff --git a/trusty/keymaster/Android.bp b/trusty/keymaster/Android.bp
index 322a63d28..5428e733e 100644
--- a/trusty/keymaster/Android.bp
+++ b/trusty/keymaster/Android.bp
@@ -31,7 +31,10 @@ cc_binary {
"trusty_keymaster_ipc.cpp",
"trusty_keymaster_main.cpp",
],
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
shared_libs: [
"libcrypto",
"libcutils",
diff --git a/trusty/libtrusty/Android.bp b/trusty/libtrusty/Android.bp
index c48deed1c..f6e9bee3d 100644
--- a/trusty/libtrusty/Android.bp
+++ b/trusty/libtrusty/Android.bp
@@ -22,7 +22,10 @@ cc_library {
srcs: ["trusty.c"],
export_include_dirs: ["include"],
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
shared_libs: ["liblog"],
}
diff --git a/trusty/libtrusty/tipc-test/Android.bp b/trusty/libtrusty/tipc-test/Android.bp
index 1e8467f0f..32499e3f1 100644
--- a/trusty/libtrusty/tipc-test/Android.bp
+++ b/trusty/libtrusty/tipc-test/Android.bp
@@ -25,5 +25,8 @@ cc_test {
"liblog",
],
gtest: false,
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
}
diff --git a/trusty/storage/lib/Android.bp b/trusty/storage/lib/Android.bp
index 4e41674bd..2fba17edd 100644
--- a/trusty/storage/lib/Android.bp
+++ b/trusty/storage/lib/Android.bp
@@ -34,5 +34,5 @@ cc_library_static {
"-fvisibility=hidden",
"-Wall",
"-Werror",
- ]
+ ],
}
diff --git a/trusty/storage/proxy/Android.bp b/trusty/storage/proxy/Android.bp
index da8542d5a..b93facbbc 100644
--- a/trusty/storage/proxy/Android.bp
+++ b/trusty/storage/proxy/Android.bp
@@ -36,5 +36,5 @@ cc_binary {
cflags: [
"-Wall",
"-Werror",
- ]
+ ],
}