diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2017-07-21 02:36:05 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-07-21 02:36:05 +0200 |
commit | fe6ba1eb72232f7f44c977a41dc25248e53ea498 (patch) | |
tree | f83eea99cc9b6c5011cf4e9ae177dc5e0ed7ec12 | |
parent | Merge "Fix the android-cloexec-* warnings in bootable/recovery" am: 94a8ea1797 am: 6d8827e0d3 am: 96b5bb9601 (diff) | |
parent | Build libminui with BOARD_VNDK_VERSION (diff) | |
download | android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar.gz android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar.bz2 android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar.lz android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar.xz android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.tar.zst android_bootable_recovery-fe6ba1eb72232f7f44c977a41dc25248e53ea498.zip |
-rw-r--r-- | minui/Android.mk | 2 |
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 := \ |