diff options
author | Elliott Hughes <enh@google.com> | 2018-02-16 17:58:14 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-02-16 17:58:14 -0800 |
commit | dc699a269f6a22af6cbba0f6e1359fde103dc4d3 (patch) | |
tree | db8830dc9e776480c4bc2170d276582d57a9a83a /trusty/storage | |
parent | 8c0c1ba98939a201f758fc3952ab59c7429132c2 (diff) | |
download | core-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.bp | 2 | ||||
-rw-r--r-- | trusty/storage/proxy/Android.bp | 2 |
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", - ] + ], } |