diff options
author | Steven Moreland <smoreland@google.com> | 2019-04-17 09:38:50 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-04-17 09:38:50 -0700 |
commit | 1ae4615d9f6f3ae90c5b8669ea819f06c624b8f8 (patch) | |
tree | e80bf4c12638b842d0fd09512959414447cab93b /light | |
parent | ee4ee60689703adc8778beb105efc61033142262 (diff) |
Update hidl makefiles for bpfmt
hidl-generated makefiles are now generated such that bpfmt(file) == file.
Bug: 67417008
Test: enable bpfmt hook
Change-Id: I1f69d292bc23a7cc293a66110cb02d597e1019ad
Diffstat (limited to 'light')
-rw-r--r-- | light/2.0/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/light/2.0/Android.bp b/light/2.0/Android.bp index 606875254a..d51f10dfb8 100644 --- a/light/2.0/Android.bp +++ b/light/2.0/Android.bp @@ -15,4 +15,3 @@ hidl_interface { ], gen_java: true, } - |