diff options
author | Hongguang <hgchen@google.com> | 2021-07-16 03:44:18 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-07-16 03:44:18 +0000 |
commit | ce0bbc64bbb1fad5a0eb405d89eb25aaf1d2f717 (patch) | |
tree | bd8e0001e7394645025259296a1719f9f3516eea /common | |
parent | 1463e8af51f411db8e8105a32e975e576db69d92 (diff) | |
parent | 83a53596e0a3b4f40ba4d476f996306bc8efdc05 (diff) |
Enable fmq java backend. am: d66dff62e7 am: 83a53596e0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1769029
Change-Id: I00a6ca377616fd45c2a8dc3e4d56e83634389fb9
Diffstat (limited to 'common')
-rw-r--r-- | common/fmq/aidl/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fmq/aidl/Android.bp b/common/fmq/aidl/Android.bp index fb2f4e0651..4b38241e03 100644 --- a/common/fmq/aidl/Android.bp +++ b/common/fmq/aidl/Android.bp @@ -24,7 +24,7 @@ aidl_interface { stability: "vintf", backend: { java: { - enabled: false, + sdk_version: "module_current", }, cpp: { enabled: false, |