summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-12Merge remote-tracking branch 'upstream/lineage-18.1' into lineage-18.1lineage-18.1alk3pInjection
* upstream/lineage-18.1: Update Security String to 2021-10-01 Change-Id: I5fa1cc1bf1a9f68561c46a714b9f544b673260d7
2021-10-05Merge tag 'android-11.0.0_r46' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r46 Android 11.0.0 Release 46 (RQ3A.211001.001) * tag 'android-11.0.0_r46': Update Security String to 2021-10-01 Change-Id: I319ce916b9a472a3f0acef4b1bc98e9de5b214ba
2021-09-27releasetools: Properly handle map filesalk3pInjection
For squashfs or erofs, we currently don't have a system.map. Instead of bailing out, set the mappath to None to fix build. Change-Id: Ie04c060177f39d0e0cf711d28ea38b11dc40d3ab Signed-off-by: alk3pInjection <webmaster@raspii.tech>
2021-09-27[master] releasetools: Avoid to print undefined image_size and partition_sizeHuang Jianan
If dynamic partitioning is enabled and the partition size is not set, we will get a KeyError before image_size or partition_size is calculated when we try to catch exception in BuildImageMkfs. Bug: 186704243 Test: build_image.py can correctly throw exception Change-Id: I3d8c143ad5603d07fe94afb8bb911ead244f0bf7 Signed-off-by: Huang Jianan <huangjianan@oppo.com>
2021-09-27[master] releasetools: support pre-defined timestamp and uuid when bulid ↵Huang Jianan
EROFS images Bug: 180682930 Test: erofs image can be set to input timestamp and UUID Change-Id: I71e455350db51096e18ab5a03123500d56ebe252 Signed-off-by: Huang Jianan <huangjianan@oppo.com>
2021-09-27[master] releasetools: calculation partition size use compressed image sizeHuang Jianan
If dynamic partitioning is enabled and the partition size is not set, du will be used to calculate the partition size. For compressed file systems, it's better to use the compressed size to avoid wasting space. Bug: 174816929 Test: erofs image size is smaller than the original file Change-Id: I1deda85d312c19620680531223fffcfb815e5fd4 Signed-off-by: Huang Jianan <huangjianan@oppo.com>
2021-09-27[master] releasetools: add erofs to non partition spanning fsHuang Jianan
Bug: 174816929 Test: sparse image size will be fixed after rebuilding erofs image Change-Id: I43d7b2c61c57301935981f6f1282afb685cce331 Signed-off-by: Huang Jianan <huangjianan@oppo.com>
2021-09-27[master] releasetools: Allow flashing erofs system imgsGao Xiang
Bug: 158339527 Test: build & boot Signed-off-by: Gao Xiang <hsiangkao@redhat.com> Change-Id: Ie74db8ebcd7214ffbec49d42b305b2f3ac2e8c9d
2021-09-27[master] releasetools: build_image relies on mkuserimg_mke2fs.Yifan Hong
Add missing dependency. Test: TH Bug: 162921175 Change-Id: Ide1fe0b823e5e7a06c6c0252a5bef7bfaf6f7c28
2021-09-27[ArrowOS] core: makefile: Use 'release-keys' for build tagSultanxda
Some apps may check for this. Change-Id: Ibece80d0e6020efaf886d8d5f72290fa6740df7d
2021-09-12Merge tag 'android-11.0.0_r43' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r43 Android 11.0.0 release 43 * tag 'android-11.0.0_r43': Update Security String to 2021-09-05 Conflicts: core/build_id.mk Change-Id: I19dd976b5432c727a81578c98a20b66377de8aa2
2021-09-08Add support for separate kernels for boot and recovery [2/2]marcost2
* Either as prebuilts, or with separate defconfigs Change-Id: Iae31e3634178e66b4119c718994fe1c660414529
2021-09-04Check for vintf compatiblity early in generation processKelvin Zhang
Currently CheckVintfIfTrebleEnabled is called after generating payload. Users have to wait for ~1 hour before vintf is checked. Do the check early and fail early. Test: th Change-Id: I2e4a8c7eaa62c94c92973c127b1d825a26e63b35
2021-08-14Make change and version bump to RQ3A.211001.001Android Build Coastguard Worker
Change-Id: I7e26199d3ddabbbb72c39bb16782bbe728f1fbb4
2021-08-14Update Security String to 2021-10-01Paul Scovanner
Bug: 193547118 Change-Id: I36d8511d8ab1556af5c278c8d65d7c3ee6f1878d Merged-In: I4a0cd58b18214b77302ae7ed81c189f4549dc41d (cherry picked from commit 6ccb50dd3a5f24a7a07144fa2923a8899d06434b)
2021-08-03Merge tag 'android-11.0.0_r40' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r40 Android 11.0.0 Release 40 (RQ3A.210805.001.A1) * tag 'android-11.0.0_r40': Version bump to RQ3A.210805.001.A1 [core/build_id.mk] Update Security String to 2021-08-05 Change-Id: If47ca9e8b94545205471d358bd83daafc88b66e4
2021-07-21Fix PRODUCT_PROPERTY_OVERRIDES usage in full_base_telephony.mkHan Wang
Change-Id: Iac20b297ecefb6b3761c422bbe55c11fe9bc481a
2021-07-07Merge tag 'android-11.0.0_r39' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r39 Android 11.0.0 release 39 * tag 'android-11.0.0_r39': Update Security String to 2021-07-05 Change-Id: I8dd2db2e2f68dcfe8f0bdc930962e0fbb1cf9835
2021-07-01Make change and version bump to RQ3A.210905.001Android Build Coastguard Worker
Change-Id: I93827e5752f28f08b818ac9fee1ed02311328b01
2021-06-30Update Security String to 2021-09-05Paul Scovanner
Bug: 192405736 Change-Id: Icea699ec7f82744ff0a6dca90068b2737129778a (cherry picked from commit cfd4896dc2da5f40c9e2eb33424d9917f8455edc)
2021-06-23build: Exclude generic libnfc-nci.confrazorloves
This is overwriting the device specific config. Change-Id: I0f07c17951b9b186349a9a96bf2fad1208d86ab1
2021-06-19Version bump to RQ3A.210805.001.A1 [core/build_id.mk]android-build-team Robot
Change-Id: I8d44f5933d58c0d564983c15cb4aa2ec57575c8f
2021-06-16Make change and version bump to RQ3A.210805.001android-build-team Robot
Change-Id: I0c80d56c5ec688926dd3d6b386463fa07e872572
2021-06-16Update Security String to 2021-08-05Paul Scovanner
Bug: 191053489 Change-Id: Ieba9625ca0ccedf285209954f1e766b20455c32f (cherry picked from commit f5139e3087ed265c79fdef47a4d0dd576a025379)
2021-06-08Merge tag 'android-11.0.0_r38' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r38 Android 11.0.0 Release 38 (RQ3A.210605.005) * tag 'android-11.0.0_r38': Version bump to RQ3A.210605.005 [core/build_id.mk] Version bump to RQ3A.210605.004 [core/build_id.mk] Version bump to RQ3A.210605.003 [core/build_id.mk] Version bump to RQ3A.210605.002 [core/build_id.mk] Update Security String to 2021-06-05 Update Security String to 2021-05-01 DO NOT MERGE Update Security String to 2021-05-05 Version bump to RQ3A.210310.001 [core/build_id.mk] Update Security String to 2021-04-05 Version bump to RQ3A.210129.002 [core/build_id.mk] DO NOT MERGE Update OWNERS for SPL changes to version_defaults.mk DO NOT MERGE Update OWNERS for SPL changes to version_defaults.mk Update Security String to 2021-03-01 Update Security String to 2021-03-05 Switch default execution strategy to racing for developer builds Use unified cas uploads / downloads Source rbesetup.sh from any location inside of a repo directory. Version bump to RQ3A.210106.001 [core/build_id.mk] Conflicts: core/build_id.mk core/version_defaults.mk Change-Id: I694da79574b0b096ed23ab286c766ac25b532e09
2021-05-20Make change and version bump to RQ3A.210705.001android-build-team Robot
Change-Id: Id0be466b3690ac57d05d9e67de9d666eb33389bf
2021-05-20Update Security String to 2021-07-05Paul Scovanner
Bug: 188458861 Change-Id: Icdc728241b1bfe2428d1e6536a1a3b51f7a4a708 (cherry picked from commit 64b00db8f4faa2077be43c87655802e4d71964bb)
2021-05-09Version bump to RQ3A.210605.005 [core/build_id.mk]android-build-team Robot
Change-Id: I0fe83d1fcfadaf598c230fd703807c475de976c1
2021-05-09backuptool: Map extra dynamic partitions for Addon.d V3Alessandro Astone
Change-Id: Ia8fa1963c722c5aa2987b947e4e919e19909a9a8
2021-05-04Merge tag 'android-11.0.0_r37' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r37 Android 11.0.0 Release 37 (RQ2A.210505.003) * tag 'android-11.0.0_r37': Version bump to RQ2A.210505.003 [core/build_id.mk] Version bump to RQ2A.210505.002 [core/build_id.mk] Update Security String to 2021-05-05 Version bump to RQ2A.210405.006 [core/build_id.mk] Change-Id: I8eaa4321af0139173a54e7c752dc4ebff127133f
2021-04-26Version bump to RQ3A.210605.004 [core/build_id.mk]android-build-team Robot
Change-Id: Ia3a92ef50195dd6e2b7c148a177f1106c9aa9c82
2021-04-19Version bump to RQ3A.210605.003 [core/build_id.mk]android-build-team Robot
Change-Id: I3c5f771704cd119c8c6cd02ac0f39f4d97962e25
2021-04-17Version bump to RQ3A.210605.002 [core/build_id.mk]android-build-team Robot
Change-Id: Ib37ccd47003563d822c2a7db0ccda0aa849bbb5b
2021-04-13envsetup: Fix the way we check check_product's return valueLuK1337
Change-Id: I5a2a4b7be5dfee198094902aaa2c9a8c27b97704
2021-04-12Make change and version bump to RQ3A.210605.001android-build-team Robot
Change-Id: I8e8041b5ec3e6fe75a8c542560d23d1faedf4993
2021-04-12Update Security String to 2021-06-05Paul Scovanner
Bug: 185154903 Change-Id: Ibfaf0bcc7e4525786eca62cafc7548030be40c61 (cherry picked from commit deaeaecae3f74a1cd3602acb3a2a30c9b906f790)
2021-04-10Make change and version bump to RQ3A.210410.001android-build-team Robot
Change-Id: I0264fe41f5cdaabce5fb4ee0eeca9edc21842a91
2021-04-08Make change and version bump to RQ3A.210409.001android-build-team Robot
Change-Id: I0bca86140b2ae19d930716d8e5bdce85a5665fc7
2021-04-07Make change and version bump to RQ3A.210408.001android-build-team Robot
Change-Id: I896dc42c1de099dd674cfc0bfdca3be6c34e0779
2021-04-06Make change and version bump to RQ3A.210407.001android-build-team Robot
Change-Id: Id299af2248ff09d8b2d62f1102103f09467693dd
2021-04-06Merge tag 'android-11.0.0_r34' into ↵Kevin F. Haggerty
staging/lineage-18.1_merge-android-11.0.0_r34 Android 11.0.0 release 34 * tag 'android-11.0.0_r34': Version bump to RQ2A.210405.005 [core/build_id.mk] Version bump to RQ2A.210405.004 [core/build_id.mk] Version bump to RQ2A.210405.003 [core/build_id.mk] Version bump to RQ2A.210405.002 [core/build_id.mk] Update Security String to 2021-04-05 Version bump to RQ2A.210305.007 [core/build_id.mk] Change-Id: Ic58424e74d627b616fe58d7ee31fccc7eb4b55cf
2021-04-05Make change and version bump to RQ3A.210406.001android-build-team Robot
Change-Id: Ida8b54f610e1e43b230b4a8b6b2cff567934dfdb
2021-04-03Make change and version bump to RQ3A.210404.001android-build-team Robot
Change-Id: I6cb4d4f1644699a3f4ebd424708d9624dfb0c486
2021-04-03Make change and version bump to RQ3A.210403.001android-build-team Robot
Change-Id: I6d2a580db7fb3d31da8ff10977a9238202db92d3
2021-04-02Version bump to RQ2A.210505.003 [core/build_id.mk]android-build-team Robot
Change-Id: Ia5e5a43599a68b5bd39e1eb6bc7ce45b26ad4cc3
2021-04-01Make change and version bump to RQ3A.210402.001android-build-team Robot
Change-Id: I50bb3a44f45c1550c9412b5a262f54100e724344
2021-03-31Make change and version bump to RQ3A.210401.001android-build-team Robot
Change-Id: Ie1248179db7913171df3b38955bba8b472401709
2021-03-30Make change and version bump to RQ3A.210331.001android-build-team Robot
Change-Id: I73ac55616d7bdccefa9a1924c81275b0439185a9
2021-03-30Version bump to RQ2A.210505.002 [core/build_id.mk]android-build-team Robot
Change-Id: Iab211eb42bd98e41e9fee05b15de8fba542bd54c
2021-03-29Make change and version bump to RQ3A.210330.001android-build-team Robot
Change-Id: If710962ba53cf05b6b19735ebb08f24151393cc0