diff options
author | Tao Bao <tbao@google.com> | 2018-08-08 20:02:53 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-08 20:02:53 +0200 |
commit | 7c42dc7284b584e46c8137d379d2ccbb53262ad4 (patch) | |
tree | 540b200dcf4b3f3612b9f3bc22868c7060e4357a | |
parent | Merge "Fix the DRM_FORMAT match with corresponding PixelFormat" (diff) | |
parent | Merge "minui: Track libsync module name change." (diff) | |
download | android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar.gz android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar.bz2 android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar.lz android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar.xz android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.tar.zst android_bootable_recovery-7c42dc7284b584e46c8137d379d2ccbb53262ad4.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/Android.bp b/minui/Android.bp index 19d28be62..31022e1d6 100644 --- a/minui/Android.bp +++ b/minui/Android.bp @@ -35,7 +35,7 @@ cc_library { whole_static_libs: [ "libadf", "libdrm", - "libsync_recovery", + "libsync", ], shared_libs: [ |