New post in superproject:aosp-new/master commits: Merge "Update hwui/OWNERS" into main
GitLab
Merge "Update hwui/OWNERS" into main (7934a804) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Add OWNERS for release config" into main
GitLab
Merge "Add OWNERS for release config" into main (dd11fbb8) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Remove unnecessary flag for Kotlin compiles" into main
GitLab
Merge "Remove unnecessary flag for Kotlin compiles" into main (453e287f) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: Merge "Added dependencies" into main
GitLab
Merge "Added dependencies" into main (1099f319) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Latest kernel SecretkeeperProtection capability" into main
GitLab
Merge "Latest kernel SecretkeeperProtection capability" into main (f9ad28e7) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: Merge "Skip empty package config." into main
GitLab
Merge "Skip empty package config." into main (75af6a52) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Resolve conflict AVB rollback index location" into main
GitLab
Merge "Resolve conflict AVB rollback index location" into main (aa2d2a98) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: Create targets for versioner and its runfiles
GitLab
Create targets for versioner and its runfiles (0788c824) · Commits · CodeLinaro / la / platform / superproject · GitLab
These targets will be implicit deps of ndk_headers rule and will be used to version libc headers. Test: b build //prebuilts/clang-tools/... Bug: 301169067 Change-Id: I83277ff649d50e7b976b2260ddcd32d38774d48d
New post in superproject:aosp-new/master commits: Merge "Don't create withres-withoutdex files for R8" into main
GitLab
Merge "Don't create withres-withoutdex files for R8" into main (14146bb0) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: If device fallback to full flashing reboot in bootloader
GitLab
If device fallback to full flashing reboot in bootloader (5a4b8c4b) · Commits · CodeLinaro / la / platform / superproject · GitLab
Test: presubmit Bug: 290951369 Change-Id: I1bb9ae9b40392e5704a358ccdd95b9589f3d9787
New post in superproject:aosp-new/master commits: Merge "Remove broken records in OWNERS" into main
GitLab
Merge "Remove broken records in OWNERS" into main (f77ce8b6) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Auto detect minor version for complete partial updates
GitLab
Auto detect minor version for complete partial updates (371f05e1) · Commits · CodeLinaro / la / platform / superproject · GitLab
Currently, delta_generator requires user to manually specify --minor_version flag when generating a complete partial OTA. Use kPartialUpdateMinorPayloadVersion by default, as that's the smallest version which supports partial update. Test: th...