summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-07-19 11:51:03 +0200
committerYifan Hong <elsk@google.com>2017-07-21 02:45:21 +0200
commitd774ff247e65426be7482921e3aac7a4323527f8 (patch)
treef83eea99cc9b6c5011cf4e9ae177dc5e0ed7ec12
parentMerge "Fix the android-cloexec-* warnings in bootable/recovery" am: 94a8ea1797 am: 6d8827e0d3 am: 96b5bb9601 (diff)
downloadandroid_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar.gz
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar.bz2
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar.lz
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar.xz
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.tar.zst
android_bootable_recovery-d774ff247e65426be7482921e3aac7a4323527f8.zip
-rw-r--r--minui/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 4dfc65f8a..6522fcfd2 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := \
LOCAL_WHOLE_STATIC_LIBRARIES := \
libadf \
- libdrm \
+ libdrm_platform \
libsync_recovery
LOCAL_STATIC_LIBRARIES := \