Merge "Link libdrm statically" into main am: 66c52b3f63 am: dbf33c2826
Original change: https://android-review.googlesource.com/c/platform/external/minigbm/+/2997157 Change-Id: Ibe801c4ad2b650632c2b51a30b2216eb2d302a60 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2da8bb7db6
1 changed files with 3 additions and 1 deletions
|
|
@ -162,10 +162,12 @@ cc_library {
|
|||
},
|
||||
android: {
|
||||
shared_libs: [
|
||||
"libdrm",
|
||||
"libcutils",
|
||||
"liblog"
|
||||
],
|
||||
static_libs: [
|
||||
"libdrm",
|
||||
],
|
||||
},
|
||||
},
|
||||
apex_available: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue