From b196a659d219cd4117b345c7e2d61aeb4d18d137 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 30 Aug 2021 17:56:06 -0700 Subject: [PATCH] .graphics.common: use versions for imports This makes sure that when developers add a new version of an interface, or when interfaces are being frozen, the runtime/buildtime situation of clients depending on those interfaces remains the same. This is required for AIDL to continue working at scale. Bug: 188871598 Test: build Change-Id: I5d85ed0f8d5cbeb0ec20659def492bc97787d9a9 --- graphics/common/aidl/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/common/aidl/Android.bp b/graphics/common/aidl/Android.bp index cadd13cdde..2a7adced97 100644 --- a/graphics/common/aidl/Android.bp +++ b/graphics/common/aidl/Android.bp @@ -21,7 +21,7 @@ aidl_interface { ], stability: "vintf", imports: [ - "android.hardware.common", + "android.hardware.common-V2", ], backend: { java: {