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 /bluetooth/1.0 | |
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 'bluetooth/1.0')
-rw-r--r-- | bluetooth/1.0/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/1.0/Android.bp b/bluetooth/1.0/Android.bp index 67f1a4f828..7036d6e78a 100644 --- a/bluetooth/1.0/Android.bp +++ b/bluetooth/1.0/Android.bp @@ -16,4 +16,3 @@ hidl_interface { ], gen_java: true, } - |