diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-10-23 23:43:50 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-23 23:43:50 +0200 |
commit | 6e9ee375276619c14262147c796ca51e013fb435 (patch) | |
tree | 69b4facc4746f0087d2a75f2f279e25a4e7e8ebe | |
parent | Merge "Build libminui with BOARD_VNDK_VERSION" am: ec9ac55949 am: 0bda7a02c2 am: 988b21ec05 -s ours (diff) | |
parent | Merge "libdrm_platform is now libdrm" am: d830858952 (diff) | |
download | android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar.gz android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar.bz2 android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar.lz android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar.xz android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.tar.zst android_bootable_recovery-6e9ee375276619c14262147c796ca51e013fb435.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 := \ |