Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
90765a20f55eb4ec7805c973f122c1d1e46a6068
/
updater
/
Android.mk
ecbd3e8
Merge up to android-8.1.0_r1 and fix conflicts
by Ethan Yonker
· 7 years ago
8373cfe
Update to AOSP 8.0 base
by Ethan Yonker
· 7 years ago
107a34f
Add support to decompress brotli compressed new data
by Tianjie Xu
· 7 years ago
edec27a
Fix updater include generation w/installclean
by Dan Willemsen
· 8 years ago
25c5697
Use bspatch from external/bsdiff.
by Sen Jiang
· 8 years ago
7c5dbd6
Remove '_static' suffix from libext2* references.
by Alex Deymo
· 8 years ago
7dde36d
updater: link libcrypto_utils_static if it exist
by sndnvaps
· 8 years ago
67f3aa8
Remove "_static" suffix from libsparse
by Alex Deymo
· 8 years ago
3165366
Remove "_static" suffix from libext4_utils.
by Alex Deymo
· 8 years ago
bedf5fc
updater: Refactor set_stage() and get_stage() functions.
by Tao Bao
· 8 years ago
8cf5c8f
Replace minzip with libziparchive
by Tianjie Xu
· 8 years ago
0c7839a
Refactor libupdater into a seperate module.
by Tao Bao
· 8 years ago
de40ba5
Update the header path for ext4_utils.
by Tao Bao
· 8 years ago
7aa8874
Turn on -Werror for recovery
by Tianjie Xu
· 8 years ago
7b0ad9c
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
b8e985c
Fix updater binary for 7.0
by Ethan Yonker
· 8 years ago
443af21
twrp: Use the correct lib name
by Humberto Borba
· 8 years ago
34ae483
Update to 7.0
by Ethan Yonker
· 8 years ago
073164f
Fix references to libcrypto_utils_static.
by Josh Gao
· 8 years ago
63a3192
Remove obsolete MTD support.
by Elliott Hughes
· 8 years ago
452df6d
Convert recovery to use BoringSSL instead of mincrypt.
by Mattias Nissler
· 9 years ago
d80a998
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
by Tao Bao
· 9 years ago
a7b9a46
IO fault injection for OTA packages
by Jed Estep
· 9 years ago
50aa63f
resolve merge conflicts of 7b6027dde4 to master.
by Tao Bao
· 9 years ago
c48cb5e
Switch from mincrypt to BoringSSL in applypatch and updater.
by Sen Jiang
· 9 years ago
f1fc48c
IO fault injection for OTA packages
by Jed Estep
· 9 years ago
0a7b473
Error correction: Use libfec in blockimg.cpp for recovery
by Sami Tolvanen
· 9 years ago
c798c9c
Merge up to AOSP marshmallow-release
by Ethan Yonker
· 9 years ago
ba8a678
updater: libapplypatch needs libbase now.
by Tao Bao
· 9 years ago
ba9a42a
recovery: Switch applypatch/ and updater/ to cpp.
by Tao Bao
· 9 years ago
80e46e0
recovery: Switch to clang
by Tao Bao
· 9 years ago
56fe5e7
recovery: Add lz4 libs if available
by Tom Marshall
· 10 years ago
e49a9e5
Stop using libstdc++.
by Dan Albert
· 9 years ago
7e1b986
updater: only include tune2fs support when libtune2fs is available
by Ethan Yonker
· 10 years ago
f5c2d6c
Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aosp
by Ethan Yonker
· 10 years ago
cdce7f7
am c43b17f0: Merge "Fix recovery image build for 32p"
by Ying Wang
· 10 years ago
4c3c7a9
Fix recovery image build for 32p
by Bruce Beare
· 10 years ago
b278c25
Add support for tune2fs file operations
by Michael Runge
· 10 years ago
1702eb4
More make file tweaks
by Ethan Yonker
· 10 years ago
a167416
Merge in lollipop and attempt to fix merge conflicts
by Ethan Yonker
· 10 years ago
5f875bf
remove code for original block OTA mechanism
by Doug Zongker
· 10 years ago
bc7ffed
installer for new block OTA system
by Doug Zongker
· 10 years ago
f2ff0a2
Merge "clean up some warnings when building recovery"
by Doug Zongker
· 11 years ago
3eb681d
remove remaining libminelf references
by Doug Zongker
· 11 years ago
0d32f25
clean up some warnings when building recovery
by Doug Zongker
· 11 years ago
52b4036
add syspatch support to updater
by Doug Zongker
· 11 years ago
ce8d893
Fix updater makefiles
by Dees Troy
· 11 years ago
1669f89
Update to latest AOSP master
by Dees_Troy
· 11 years ago
76a1d41
Fix write_raw_image to work with mmc
by Dees_Troy
· 12 years ago
4e21482
Add liblog
by Ying Wang
· 12 years ago
43681d4
Fix building of updater for 4.2 environment
by Dees_Troy
· 12 years ago
7eb7567
Remove HAVE_SELINUX guards
by Kenny Root
· 12 years ago
af50449
Fix updater binary compile
by Dees_Troy
· 12 years ago
4eeb379
Use the static version of libsparse
by Joe Onorato
· 12 years ago
6396e70
Multiple modules with the same name are going away.
by Joe Onorato
· 12 years ago
cde94f3
Link against libsparse
by Colin Cross
· 13 years ago
eef790d
Use a dependency file to replace the list file.
by Ying Wang
· 12 years ago
779701d
Extend recovery and updater to support setting file security contexts.
by Stephen Smalley
· 13 years ago
1a11449
Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.
by Stephen Smalley
· 13 years ago
6242a8b
Support multiple recovery updater extensions.
by Michael Ward
· 13 years ago
db314d6
Working ASLR implementation
by Hristo Bojinov
· 14 years ago
b4277c2
Mute unwanted error message
by Ying Wang
· 14 years ago
3d177d0
support for ext4/EMMC filesystems in updater binary
by Doug Zongker
· 14 years ago
fc382df
am d8f7c9b8: Merge change 5545 into donut
by Android (Google) Code Review
· 15 years ago
ad3db09
remove updater from the user system image
by Doug Zongker
· 15 years ago
2b0fdc6
add device extension mechanism to updater
by Doug Zongker
· 15 years ago
8edb00c
edify extensions for OTA package installation, part 2
by Doug Zongker
· 15 years ago
9931f7f
edify extensions for OTA package installation, part 1
by Doug Zongker
· 15 years ago