From e8329c44a107b0c0c15ee09fb7dc91593bcf046f Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 11 Mar 2024 15:49:58 +0900 Subject: [PATCH] Link libdrm statically Bug: 326147655 Test: check the existence of libdrm.so Change-Id: I950ffb24b4a72a5349d0842e498932c3557a2378 --- Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 654af84..8e90f33 100644 --- a/Android.bp +++ b/Android.bp @@ -161,10 +161,12 @@ cc_library { }, android: { shared_libs: [ - "libdrm", "libcutils", "liblog" ], + static_libs: [ + "libdrm", + ], }, }, apex_available: [