diff options
author | 2019-05-15 10:30:22 -0700 | |
---|---|---|
committer | 2019-05-17 20:40:21 +0000 | |
commit | 0dc93b1ba94460b0ae126dd4db335261165c74b7 (patch) | |
tree | 78b3afa099dce52a1eb39d6a9788d610b14a1f6b /dexdump/Android.bp | |
parent | 9b81ac36e161fd993eab17b43b93a96e8c63b5cc (diff) |
ART: Run bpfmt over ART's blueprint files
Test: mmma art
Change-Id: Ic85df4770c12ec02836c877b243d4aec234aaada
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r-- | dexdump/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index c8b2ce5595..f46b4dea3e 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -51,7 +51,7 @@ art_cc_binary { darwin: { enabled: true, }, - } + }, } art_cc_test { |