aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2024-03-11 13:41:01 +0900
committerJiyong Park <jiyong@google.com>2024-03-11 13:41:01 +0900
commit85763f1b385af21473bda94c2b0c6bee62545db9 (patch)
tree9fe722f85b473a8f9edf9875bd83fcb091a830aa
parent0a23f355f2415dcd1ef98ad11a19a462b6bb32d3 (diff)
downloadvirglrenderer-main.tar.gz
Link libdrm staticallyHEADmastermain
Bug: 326147655 Test: check the existence of libdrm.so Change-Id: I7193d6d1124b6edee70ceeefab73e02e1af33f04
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
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",
],