diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-23 23:25:17 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-23 23:25:17 +0200 |
commit | d83085895279e8a988d962931868f40eff8e751c (patch) | |
tree | 920a40bc079d95c8714a47f11c24f6017d7e4ea7 | |
parent | Merge "Build libminui with BOARD_VNDK_VERSION" (diff) | |
parent | libdrm_platform is now libdrm (diff) | |
download | android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar.gz android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar.bz2 android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar.lz android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar.xz android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.tar.zst android_bootable_recovery-d83085895279e8a988d962931868f40eff8e751c.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 546ba2fe5..ae1552b1b 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -28,7 +28,7 @@ LOCAL_SRC_FILES := \ LOCAL_WHOLE_STATIC_LIBRARIES := \ libadf \ - libdrm_platform \ + libdrm \ libsync_recovery LOCAL_STATIC_LIBRARIES := \ |