From 73f935c43b9fcfdbdd68992e5cf38e54aad3c655 Mon Sep 17 00:00:00 2001 From: John Reck Date: Tue, 15 Nov 2022 16:18:42 -0500 Subject: [PATCH] Preemptive imports to avoid conflicts from AOSP This is just a minimal staging of go/oag/topic:"imapper5" to handle the difference between AOSP's graphics-common and internal's graphics-common Test: make Change-Id: I6fbc22272ba95b44aa09ff08f9d9a7adbb9ae8be --- graphics/allocator/aidl/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/allocator/aidl/Android.bp b/graphics/allocator/aidl/Android.bp index 272ab48809..cd4885b8ea 100644 --- a/graphics/allocator/aidl/Android.bp +++ b/graphics/allocator/aidl/Android.bp @@ -17,6 +17,7 @@ aidl_interface { srcs: ["android/hardware/graphics/allocator/*.aidl"], imports: [ "android.hardware.common-V2", + "android.hardware.graphics.common-V4", ], stability: "vintf", backend: {