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 /radio/1.1/Android.bp | |
parent | ee4ee60689703adc8778beb105efc61033142262 (diff) | |
download | platform_hardware_interfaces-1ae4615d9f6f3ae90c5b8669ea819f06c624b8f8.tar.gz platform_hardware_interfaces-1ae4615d9f6f3ae90c5b8669ea819f06c624b8f8.tar.bz2 platform_hardware_interfaces-1ae4615d9f6f3ae90c5b8669ea819f06c624b8f8.zip |
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 'radio/1.1/Android.bp')
-rw-r--r-- | radio/1.1/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/radio/1.1/Android.bp b/radio/1.1/Android.bp index 4375d8cb8c..28388b0ebe 100644 --- a/radio/1.1/Android.bp +++ b/radio/1.1/Android.bp @@ -19,4 +19,3 @@ hidl_interface { ], gen_java: true, } - |