summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2024-03-11 15:49:58 +0900
committerJiyong Park <jiyong@google.com>2024-03-11 15:49:58 +0900
commite8329c44a107b0c0c15ee09fb7dc91593bcf046f (patch)
tree99de15041c49e3e0dd4ed9462f540a4099b1ecef
parent4eceb378d6a3552d85df4285c469b1cd5ab70cad (diff)
downloadminigbm-e8329c44a107b0c0c15ee09fb7dc91593bcf046f.tar.gz
Link libdrm statically
Bug: 326147655 Test: check the existence of libdrm.so Change-Id: I950ffb24b4a72a5349d0842e498932c3557a2378
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
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: [