From 777a0bc5f7e8f6f0ace3cb3ff744eac3bbb8d64d Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Mon, 20 Mar 2023 23:47:49 +0000 Subject: [PATCH] Update common.fmq aidl_interface with versions_with_info This info is needed to know when the imports change between versions. Test: m Bug: 273585373 Change-Id: Iec383ec1cb46a65a8733760219863838d4daf30a --- common/fmq/aidl/Android.bp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/fmq/aidl/Android.bp b/common/fmq/aidl/Android.bp index 95fcc41f8d..40ceb32c86 100644 --- a/common/fmq/aidl/Android.bp +++ b/common/fmq/aidl/Android.bp @@ -38,5 +38,10 @@ aidl_interface { }, }, frozen: true, - versions: ["1"], + versions_with_info: [ + { + version: "1", + imports: ["android.hardware.common-V2"], + }, + ], }