summaryrefslogtreecommitdiffstats
path: root/trusty/storage
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 /trusty/storage
parent8c0c1ba98939a201f758fc3952ab59c7429132c2 (diff)
downloadcore-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.gz
core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.bz2
core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.zip
bpfmt.
Bug: N/A Test: builds Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac
Diffstat (limited to 'trusty/storage')
-rw-r--r--trusty/storage/lib/Android.bp2
-rw-r--r--trusty/storage/proxy/Android.bp2
2 files changed, 2 insertions, 2 deletions
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",
- ]
+ ],
}