diff options
author | Dan Albert <danalbert@google.com> | 2015-05-20 23:08:11 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-20 23:08:11 +0200 |
commit | 9e9cbc9bbc9e87be3b83a471c02dbd21396fb484 (patch) | |
tree | d5f4c109941ecb866ddabb30883aa4df08039942 /updater | |
parent | am 6dc1e6a6: am 6253753a: Merge "Add error and range checks to parse_range" (diff) | |
parent | am a8cd96ad: Merge "Stop using libstdc++." (diff) | |
download | android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar.gz android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar.bz2 android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar.lz android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar.xz android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.tar.zst android_bootable_recovery-9e9cbc9bbc9e87be3b83a471c02dbd21396fb484.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index ff02a33b0..57f43da96 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -32,7 +32,7 @@ endif LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS) LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz LOCAL_STATIC_LIBRARIES += libmincrypt libbz -LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc +LOCAL_STATIC_LIBRARIES += libcutils liblog libc LOCAL_STATIC_LIBRARIES += libselinux tune2fs_static_libraries := \ libext2_com_err \ |