From 459cfe1128d1b1f8454d92695c506761377610d8 Mon Sep 17 00:00:00 2001 From: Jason Macnak Date: Mon, 16 Nov 2020 09:56:08 -0800 Subject: [PATCH] Updates libgbm to use libdrm_headers ... as being able to use cc_library in header_libs is not intended and does not work on all branches which blocks aosp/1497292. Bug: b/173252016 Bug: b/171019648 Test: m Change-Id: Ia569aa47d28fb3e89e9315b44b6634b7f21fcf0e --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index c333880..9b3d5ff 100644 --- a/Android.bp +++ b/Android.bp @@ -98,7 +98,7 @@ cc_library { // binary GPU drivers to be loaded from the host, which might be linked // to a system copy of libdrm, which conflicts with the AOSP one allow_undefined_symbols: true, - header_libs: ["libdrm"], + header_libs: ["libdrm_headers"], }, android: { shared_libs: [ -- 2.11.0