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 /configstore | |
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 'configstore')
-rw-r--r-- | configstore/1.0/Android.bp | 1 | ||||
-rw-r--r-- | configstore/1.1/Android.bp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configstore/1.0/Android.bp b/configstore/1.0/Android.bp index a6fd656d60..d92f2524ad 100644 --- a/configstore/1.0/Android.bp +++ b/configstore/1.0/Android.bp @@ -15,4 +15,3 @@ hidl_interface { ], gen_java: true, } - diff --git a/configstore/1.1/Android.bp b/configstore/1.1/Android.bp index 3900d9b53b..7c5f3f7059 100644 --- a/configstore/1.1/Android.bp +++ b/configstore/1.1/Android.bp @@ -16,4 +16,3 @@ hidl_interface { ], gen_java: true, } - |