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 /broadcastradio | |
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 'broadcastradio')
-rw-r--r-- | broadcastradio/1.0/Android.bp | 1 | ||||
-rw-r--r-- | broadcastradio/1.1/Android.bp | 1 | ||||
-rw-r--r-- | broadcastradio/2.0/Android.bp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/broadcastradio/1.0/Android.bp b/broadcastradio/1.0/Android.bp index 76e580e88c..8239d748fb 100644 --- a/broadcastradio/1.0/Android.bp +++ b/broadcastradio/1.0/Android.bp @@ -18,4 +18,3 @@ hidl_interface { ], gen_java: false, } - diff --git a/broadcastradio/1.1/Android.bp b/broadcastradio/1.1/Android.bp index 2186b9a5cd..1cc9b62ee6 100644 --- a/broadcastradio/1.1/Android.bp +++ b/broadcastradio/1.1/Android.bp @@ -19,4 +19,3 @@ hidl_interface { ], gen_java: false, } - diff --git a/broadcastradio/2.0/Android.bp b/broadcastradio/2.0/Android.bp index 93afc028e4..1040ba1968 100644 --- a/broadcastradio/2.0/Android.bp +++ b/broadcastradio/2.0/Android.bp @@ -19,4 +19,3 @@ hidl_interface { ], gen_java: true, } - |