Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
e24da82ffd6f1dfcb2452022b28e21c9b34ddeaa
/
tools
/
releasetools
519d182
Don't build retrofit OTA package if vendor.img is unavailable.
by Tao Bao
· 7 years ago
dacde22
Merge "Increase slack for inode estimation algorithm"
by Treehugger Robot
· 7 years ago
e8e7958
Increase slack for inode estimation algorithm
by Hridya Valsaraju
· 7 years ago
cc46eae
Put system_other in super.img
by Yifan Hong
· 7 years ago
3df4d5e
blockimgdiff: add a function to select and convert 'diff' to new
by xunchang
· 7 years ago
7cac3ad
Merge "Relax inode usage estimation slack for DAP right sizing"
by Treehugger Robot
· 7 years ago
bd17fab
Relax inode usage estimation slack for DAP right sizing
by Hridya Valsaraju
· 7 years ago
8ab919d
Merge "blockimgdiff: Factor out the diff_worker"
by Tianjie Xu
· 7 years ago
2153183
blockimgdiff: Factor out the diff_worker
by xunchang
· 7 years ago
752439b
Add recovery_acpio option to make recovery image
by Chen, ZhiminX
· 7 years ago
e98427a
Don't build super image if source images are missing
by Yifan Hong
· 7 years ago
2a20f34
releasetools: Keep the original RangeSet for 'uses_shared_blocks' case.
by Tao Bao
· 7 years ago
5df2960
Merge changes from topic "super_target_files"
by Yifan Hong
· 7 years ago
055e6cf
add_img_to_target_files uses build_super_image
by Yifan Hong
· 7 years ago
2b891ac
Build super.img from images in target_files
by Yifan Hong
· 7 years ago
6f693f0
releasetools: Specify a minimum size for right-sized images.
by David Anderson
· 7 years ago
03fecb6
releasetools: Remove the mismatch map files when generating retrofit OTAs.
by Tao Bao
· 7 years ago
08d07f5
Merge "Infer prebuilt image size"
by Treehugger Robot
· 7 years ago
70fc029
Infer prebuilt image size
by Yifan Hong
· 7 years ago
f21a8f5
Merge "Use common.RunAndCheckOutput() in add_img_to_target_files.py."
by Tao Bao
· 7 years ago
5061103
dynamic_partition_use -> use_dynamic_partitions.
by Yifan Hong
· 7 years ago
2764aee
Use common.RunAndCheckOutput() in add_img_to_target_files.py.
by Tao Bao
· 7 years ago
50e7954
Generate retrofit OTA.
by Yifan Hong
· 7 years ago
c767f7c
Add split super images to target_files.
by Yifan Hong
· 7 years ago
9788b4e
releasetools: Temporarily disable verifying AVB-signed images.
by Tao Bao
· 7 years ago
3cd2460
build: Split out mkfs in BuildImageMkfs (retry)
by Mark Salyzyn
· 7 years ago
533558e
Revert "build: Split out mkfs in BuildImageMkfs"
by Mark Salyzyn
· 7 years ago
2b72b7f
build: Split out mkfs in BuildImageMkfs
by Mark Salyzyn
· 7 years ago
41f781d
build_image: right size image problems.
by Mark Salyzyn
· 7 years ago
68b081f
Merge "releasetools: Add tests for VerityImageBuilder."
by Tao Bao
· 7 years ago
0e60f8a
Make right-sizing less aggressive
by Anton Hansson
· 7 years ago
2b19189
build_image still too aggressive with right sizing (part troix)
by Mark Salyzyn
· 7 years ago
d0b9758
Merge "releasetools: Create VerityImageBuilder."
by Tao Bao
· 7 years ago
46901fb
releasetools: Log the exceptions before rethrowing.
by Tao Bao
· 7 years ago
4a0d513
releasetools: Add tests for VerityImageBuilder.
by Tao Bao
· 7 years ago
7549e5e
releasetools: Create VerityImageBuilder.
by Tao Bao
· 7 years ago
4a6ce93
build_image too aggressive with right sizing
by Mark Salyzyn
· 7 years ago
757dfe8
Merge "Revert "Work around e2fsck issue for building sparse GSIs""
by Tao Bao
· 7 years ago
2780966
Revert "Work around e2fsck issue for building sparse GSIs"
by Tao Bao
· 7 years ago
f0cef8d
build_image setup ext4 dedupe on more images.
by Mark Salyzyn
· 7 years ago
c3d408e
build_image tune right-size image
by Mark Salyzyn
· 7 years ago
f3fc62c
releasetools: Fix the error message.
by Tao Bao
· 7 years ago
780f595
build_image: improvements to right size for dynamic partitions
by Mark Salyzyn
· 7 years ago
7ceac73
Merge "releasetools: Include descriptor of `vbmeta_system.img` in `vbmeta.img`."
by Tao Bao
· 7 years ago
7106420
releasetools: Include descriptor of `vbmeta_system.img` in `vbmeta.img`.
by Tao Bao
· 7 years ago
ffbe6b9
Install the ota keys under recovery as a zipfile
by Tianjie Xu
· 7 years ago
898a924
releasetools: Log to stdout when running tests.
by Tao Bao
· 7 years ago
32fcdab
releasetools: Switch to Python logging.
by Tao Bao
· 7 years ago
86fb70d
Merge "Rename vbmeta_mainline to vbmeta_system."
by Treehugger Robot
· 7 years ago
7709ab2
Rename vbmeta_mainline to vbmeta_system.
by David Anderson
· 7 years ago
bec89c1
releasetools: Clean up the logging while calling external commands.
by Tao Bao
· 7 years ago
28f201b
releasetools: Fix a broken test due to verity utils relocation.
by Tao Bao
· 7 years ago
7119751
releasetools: Move verity related functions into verity_utils.py.
by Tao Bao
· 7 years ago
65b94e9
releasetools: Add a common base class for unittests.
by Tao Bao
· 7 years ago
5fe287b
releasetools: Rename test names in test_verity_utils.py.
by Tao Bao
· 7 years ago
986ee86
releasetools: Move build_image.RunCommand into common.py.
by Tao Bao
· 7 years ago
73dd4f4
releasetools: Set default stdout and stderr in common.Run().
by Tao Bao
· 7 years ago
2f05746
releasetools: build_image.BuildVerityTree() returns a tuple.
by Tao Bao
· 7 years ago
67c7cbb
Generate the compute_hash_tree command
by Tianjie Xu
· 7 years ago
c6bd70a
releasetools: Raise on image building errors.
by Tao Bao
· 7 years ago
040410c
Prevent AVB signing from using _RESERVED_SIZE
by Bowgo Tsai
· 7 years ago
35f4ebc
releasetools: Clean up the use of `partition_size`.
by Tao Bao
· 7 years ago
75844bd
Merge "Generates the care_map with fingerprint"
by Tianjie Xu
· 7 years ago
861f413
Generates the care_map with fingerprint
by Tianjie Xu
· 7 years ago
b6eeba5
Merge "Allow BOARD_USES_RECOVERY_AS_BOOT without BOARD_BUILD_SYSTEM_ROOT_IMAGE"
by Tom Cherry
· 7 years ago
2929cad
Allow BOARD_USES_RECOVERY_AS_BOOT without BOARD_BUILD_SYSTEM_ROOT_IMAGE
by Tom Cherry
· 7 years ago
5875ca0
Merge "Rename care map in pb format to care_map.pb"
by Tianjie Xu
· 7 years ago
4c05f4a
Rename care map in pb format to care_map.pb
by Tianjie Xu
· 7 years ago
92cc5d2
Merge "Support building chained VBMeta images."
by Tao Bao
· 7 years ago
860f9d1
Merge "Use the new executable for mkuserimg_mke2fs"
by Treehugger Robot
· 7 years ago
744c4c7
Support building chained VBMeta images.
by Tao Bao
· 7 years ago
71034e3
Merge "Adding better AVB error message"
by Treehugger Robot
· 7 years ago
99ed1b4
Adding better AVB error message
by Bowgo Tsai
· 7 years ago
5733222
Use the new executable for mkuserimg_mke2fs
by Tianjie Xu
· 7 years ago
ea6cbd0
releasetools: Handle the case of not having ro.vendor.build.fingerprint.
by Tao Bao
· 7 years ago
3e9e6af
Merge "releasetools: common.LoadInfoDict() takes a bool parameter for repacking."
by Tao Bao
· 7 years ago
639fe0c
Merge "releasetools: Track edify function API changes."
by Tao Bao
· 7 years ago
1ef03e2
Add super_empty.img to target-files and the update package.
by David Anderson
· 7 years ago
410ad8b
releasetools: common.LoadInfoDict() takes a bool parameter for repacking.
by Tao Bao
· 7 years ago
5121655
releasetools: Track edify function API changes.
by Tao Bao
· 7 years ago
04552fe
Merge "Support a first stage ramdisk via TARGET_RAMDISK_OUT"
by Tom Cherry
· 7 years ago
d14b895
Support a first stage ramdisk via TARGET_RAMDISK_OUT
by Tom Cherry
· 7 years ago
a57ab9f
releasetools: Add test cases for common.LoadInfoDict().
by Tao Bao
· 7 years ago
71142ea
Merge "releasetools: Use int value of FIXED_FILE_TIMESTAMP."
by Tao Bao
· 7 years ago
e30a6a6
releasetools: Use int value of FIXED_FILE_TIMESTAMP.
by Tao Bao
· 7 years ago
687da3b
releasetools: Fix the path to the OTA keys in recovery image.
by Tao Bao
· 7 years ago
22f28aa
Merge "A/B update: Replace the zip FileHeader mechanism for update package"
by Tao Bao
· 7 years ago
b4adc06
releasetools: Look for recovery.fstab at both locations.
by Tao Bao
· 7 years ago
338856f
A/B update: Replace the zip FileHeader mechanism for update package
by Shashikant Baviskar
· 7 years ago
696bb33
Install recovery etc files to recovery/root/system/etc.
by Tao Bao
· 7 years ago
924af7d
s/product-services/product_services/g
by Dario Freni
· 7 years ago
35be6ca
Reland "s/PRODUCT-SERVICES/PRODUCT_SERVICES/g"
by Yifan Hong
· 7 years ago
68883e0
Merge "Revert "s/PRODUCT-SERVICES/PRODUCT_SERVICES/g""
by Treehugger Robot
· 7 years ago
8702106
Revert "s/PRODUCT-SERVICES/PRODUCT_SERVICES/g"
by Shawn Yang
· 7 years ago
ccbae48
Generates the care_map.txt in protobuf format
by Tianjie Xu
· 7 years ago
77c778c
s/PRODUCT-SERVICES/PRODUCT_SERVICES/g
by Dario Freni
· 7 years ago
d624fa6
Add support for /odm partition
by Bowgo Tsai
· 8 years ago
13d3426
Merge "Work around e2fsck issue for building sparse GSIs" am: a0d3277b8d
by Isaac Chen
· 7 years ago
a0d3277
Merge "Work around e2fsck issue for building sparse GSIs"
by Treehugger Robot
· 7 years ago
ec7fa1c
Work around e2fsck issue for building sparse GSIs
by Isaac Chen
· 7 years ago
Next »