diff options
author | Steven Moreland <smoreland@google.com> | 2021-09-01 16:32:26 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-09-01 16:32:26 +0000 |
commit | d0ac680be2815522895275870100ce44a30bc280 (patch) | |
tree | 0966c6743b087f268dc5f5eec574233bb6d2fe59 /common | |
parent | 7db2454972c8e64c16f345e4574b6a4f36cb745c (diff) | |
parent | 334a6134deb33e3ebdb1c5b5e1989a5e049ed3b2 (diff) |
Merge "fmq: use versions for imports" am: 334a6134de
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1815440
Change-Id: Id09b0197d6df95969302718480d6903ce723e694
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 3c414e7876..376ac972ea 100644 --- a/common/fmq/aidl/Android.bp +++ b/common/fmq/aidl/Android.bp @@ -19,7 +19,7 @@ aidl_interface { "android/hardware/common/fmq/*.aidl", ], imports: [ - "android.hardware.common", + "android.hardware.common-V2", ], stability: "vintf", backend: { |