Enable GPU in crosvm
It brought libdrm to the apex. Remove libdrm from the unwanted deps
list.
Bug: 325929966
Test: m
Change-Id: Id8c88b6179e8e60acdc0e17cb66d0e3b107c6b3d
diff --git a/apex/Android.bp b/apex/Android.bp
index cc59b16..dbd1343 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -81,7 +81,6 @@
// TODO(b/295593640) Unfortunately these are added to the apex even though they are unused.
// Once the build system is fixed, remove this.
unwanted_transitive_deps: [
- "libdrm",
"libsso",
"libutils",
],