index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Android.bp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-14
[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery
Bob Badour
1
-0
/
+34
2020-10-03
Revert "Link to libsnapshot_cow everywhere libsnapshot is linked."
Tianjie Xu
1
-1
/
+0
2020-09-23
Link to libsnapshot_cow everywhere libsnapshot is linked.
David Anderson
1
-0
/
+1
2020-04-16
Add missing dep.
Yifan Hong
1
-0
/
+1
2020-02-13
Force off-device package installation with FUSE
Tianjie Xu
1
-0
/
+2
2020-02-13
Revert "Force package installation with FUSE unless the package stores on device"
Raman Tenneti
1
-2
/
+0
2020-01-27
Remove fsck_unshare_blocks.
David Anderson
1
-1
/
+0
2020-01-22
Force package installation with FUSE unless the package stores on device
Tianjie Xu
1
-0
/
+2
2020-01-21
Force package installation with FUSE unless the package stores on device
Tianjie Xu
1
-0
/
+2
2020-01-17
Retire the Tron metrics reporting for non-A/B update
Tianjie Xu
1
-1
/
+0
2019-11-11
Force merges to complete before wiping data or metadata.
David Anderson
1
-0
/
+5
2019-11-07
Move init and ueventd scripts from / to /system/etc
Tom Cherry
1
-0
/
+10
2019-11-07
Move init and ueventd scripts from / to /system/etc
Tom Cherry
1
-0
/
+10
2019-10-16
Force package installation with FUSE unless the package stores on device
Tianjie Xu
1
-0
/
+1
2019-10-03
Refactor battery info querying functions into librecovery_utils.
Tao Bao
1
-4
/
+1
2019-10-02
otautil: Factor out the utils that're private to recovery.
Tao Bao
1
-2
/
+3
2019-04-16
DO NOT MERGE: Move wipe cache|data to libinstall
xunchang
1
-3
/
+0
2019-04-16
DO NOT MERGE: Add socket communication between recovery and minadbd
xunchang
1
-1
/
+1
2019-04-16
DO NOT MERGE: Build libinstall as a static library.
Tao Bao
1
-2
/
+1
2019-04-15
Move wipe cache|data to libinstall
xunchang
1
-3
/
+0
2019-04-11
Add socket communication between recovery and minadbd
xunchang
1
-1
/
+1
2019-04-08
Build libinstall as a static library.
Tao Bao
1
-2
/
+1
2019-04-03
libotautil exports libfstab header.
Tao Bao
1
-3
/
+0
2019-03-29
Move install to separate module
xunchang
1
-70
/
+3
2019-03-21
Move librecovery_ui to a sub-directory
Tianjie Xu
1
-71
/
+5
2019-03-21
Move librecovery_ui to a sub-directory
Tianjie Xu
1
-71
/
+5
2019-03-19
Create a FuseDataProvider base class
xunchang
1
-1
/
+1
2019-03-14
Implement FilePackage class
xunchang
1
-1
/
+24
2019-03-11
Create a wrapper class for update package
xunchang
1
-0
/
+1
2019-01-31
Add android::fs_mgr namespace for new Fstab code
Tom Cherry
1
-0
/
+4
2018-12-03
C++17 is the default now.
Elliott Hughes
1
-2
/
+0
2018-10-18
Load X509 keys from ziparchive
Tianjie Xu
1
-0
/
+1
2018-09-13
Move the parse of last_install to recovery-persist
Tianjie Xu
1
-0
/
+1
2018-08-28
Enable c++17 in recovery_defaults.
Tao Bao
1
-0
/
+2
2018-08-21
Depend on mke2fs.conf.recovery.
Tao Bao
1
-1
/
+1
2018-08-15
tests: Move to Android.bp.
Tao Bao
1
-0
/
+8
2018-08-14
recovery: Drop the dependency on libcrypto_utils.so and libsparse.so.
Tao Bao
1
-2
/
+0
2018-08-14
Add fastboot mode to recovery
Hridya Valsaraju
1
-0
/
+24
2018-08-14
recovery uses IHealth::getService
Yifan Hong
1
-12
/
+6
2018-08-13
Reland "Build and use minadbd as a shared library."
Tao Bao
1
-2
/
+1
2018-08-10
Build `recovery` with Soong.
Tao Bao
1
-0
/
+131
2018-08-08
`recovery` uses more shared libraries.
Tao Bao
1
-1
/
+13
2018-05-07
recovery: Refactor logging code into logging.cpp
Jerry Zhang
1
-2
/
+10
2018-05-07
recovery: Refactor logging code into logging.cpp
Jerry Zhang
1
-2
/
+10
2018-05-07
recovery: Refactor logging code into logging.cpp
Jerry Zhang
1
-2
/
+10
2018-04-28
Merge libmounts into libotautil.
Tao Bao
1
-16
/
+0
2018-03-27
Move a few modules to Soong.
Tao Bao
1
-0
/
+143
2018-03-07
Drop the no-op Android.bp.
Tao Bao
1
-8
/
+0
2017-11-09
uncrypt: Move to Soong.
Tao Bao
1
-0
/
+1
2017-10-12
applypatch: Move to Soong.
Tao Bao
1
-0
/
+1
2017-10-09
edify: Export the header and move to Soong.
Tao Bao
1
-0
/
+1
2017-09-29
otafault: Move to soong.
Tao Bao
1
-0
/
+1
2017-05-17
libbootloader_message: convert to Android.bp
Tom Cherry
1
-0
/
+1
2017-05-10
otautil: Android.mk -> Android.bp
Steven Moreland
1
-0
/
+3