From 85763f1b385af21473bda94c2b0c6bee62545db9 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 11 Mar 2024 13:41:01 +0900 Subject: Link libdrm statically Bug: 326147655 Test: check the existence of libdrm.so Change-Id: I7193d6d1124b6edee70ceeefab73e02e1af33f04 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 5cfb6260..d590d80a 100644 --- a/Android.bp +++ b/Android.bp @@ -162,10 +162,10 @@ cc_library { ], shared_libs: [ "libcutils", - "libdrm", "liblog", ], static_libs: [ + "libdrm", "libepoxy", "libgbm", ], -- cgit v1.2.3