New post in superproject:aosp-new/master commits: Refactor Android.bp file.
GitLab
Refactor Android.bp file. (1b2bc7e8) · Commits · CodeLinaro / la / platform / superproject · GitLab
Query Blaze for a list of source files and build a monolithic module instead of trying to replicate the structure of the upstream BUILD file. Bug: 266055490 Test: presubmit Change-Id:...
New post in superproject:aosp-new/master commits: Delete file before hardlink to avoid errors of already existing
GitLab
Delete file before hardlink to avoid errors of already existing (e3ca3787) · Commits · CodeLinaro / la / platform / superproject…
Test: presubmit Bug: 290951369 Change-Id: I4611be092ce60a6252149613f873bf3f857ccc7e
New post in superproject:aosp-new/master commits: Add a check to confirm getFileSystem check
GitLab
Add a check to confirm getFileSystem check (40c4e68d) · Commits · CodeLinaro / la / platform / superproject · GitLab
Bug: 302743398 Test: presubmit Change-Id: I180e8e3e7f6557d789f395703cd1c36bdfe6f413
New post in superproject:aosp-new/master commits: Merge "Setup test case for APFv6" into main
GitLab
Merge "Setup test case for APFv6" into main (8c41d06b) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Lower CLAT max MTU from 65536 to 1528.
GitLab
Lower CLAT max MTU from 65536 to 1528. (f332b796) · Commits · CodeLinaro / la / platform / superproject · GitLab
Android's clat is for reaching the internet, which in general never has an ipv4 L3 mtu higher than 1500. (We could probably hit this on a jumboframe enabled IPv6-only wifi...
New post in superproject:aosp-new/master commits: Merge "Add mmap syscall benchmarks" into main
GitLab
Merge "Add mmap syscall benchmarks" into main (db084aa3) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Autoupdate of 4 submodules
GitLab
Autoupdate of 4 submodules (1e891181) · Commits · CodeLinaro / la / platform / superproject · GitLab
*external/rust/crates/protobuf-support updated to 61d0730f92f53edaf18c56a49c469d4677648e98 Adding autogenerated Trusty makefile rules Bug: 281857510 Change-Id: I4de073d54d62fa1280b7c1d2a637ffb58cc40515 *external/rust/crates/thiserror updated to 755628330…
New post in superproject:aosp-new/master commits: Merge "Remove use of vsetvl instruction from tests." into main
GitLab
Merge "Remove use of vsetvl instruction from tests." into main (507b8268) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/android13-gsi commits: Autoupdate of 5 submodules
GitLab
Autoupdate of 5 submodules (b8e1367a) · Commits · CodeLinaro / la / platform / superproject · GitLab
*device/google/cuttlefish_prebuilts updated to 389b516e0afe4dcfec9d12e8976d1bee125a0f54 Update kernel to builds 10816469 git log --first-parent -100 --oneline --no-decorate 84766282df88..57aa73c665a9: 57aa73c665a9 UPSTREAM: tcpm: Avoid soft reset when partner…
New post in superproject:aosp-new/android13-gsi commits: Autoupdate of 5 submodules
GitLab
Autoupdate of 5 submodules (df9e0d16) · Commits · CodeLinaro / la / platform / superproject · GitLab
*device/google/cuttlefish_prebuilts updated to eadbbe080f08298dbfe24736e6709e7e828662b4 Merge "Update kernel to builds 10816505" into android13-gsi *kernel/prebuilts/5.15/arm64 updated to d4e928d805666237b990bf852320448bacfef7f2 Update kernel to builds 10816505…
New post in superproject:aosp-new/master commits: Merge "Run derive_sdk --dump from SdkExtensionsTest" into main
GitLab
Merge "Run derive_sdk --dump from SdkExtensionsTest" into main (d807c18a) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: Merge changes from topic "am-cbdb0d71365a4c25891c2a85f0309b5a" into main
GitLab
Merge changes from topic "am-cbdb0d71365a4c25891c2a85f0309b5a" into main (23738092) · Commits · CodeLinaro / la / platform / superproject…
* changes: Merge changes from topic "am-60cf3e87d9d4407399be4f8630d54cb7" into android13-tests-dev am: add86d3077 -s ours [automerger skipped] Merge "Revert "Exclude CtsSecurityTestCases tests from cts-on-gsi"" into android12L-tests-dev am: fe89a6bb00 -s…
New post in superproject:aosp-new/master commits: Autoupdate of 2 submodules
GitLab
Autoupdate of 2 submodules (bf3c5af5) · Commits · CodeLinaro / la / platform / superproject · GitLab
*art updated to ee83f167e5041ea43439617e4b5985cad4a34210 Revert^2 "Use the same cache for MethodType-s created in native and managed code." This reverts commit 52d0ba769ae791c8eac5160e03de7ad369f07ade and 11b1b75c1b6e15500a10288834e299e673010165. Reason for…
New post in superproject:aosp-new/master commits: Optimize Select instructions regarding equality
GitLab
Optimize Select instructions regarding equality (e8262150) · Commits · CodeLinaro / la / platform / superproject · GitLab
* Select[a, b, EQ(a,b)] / Select[a, b, EQ(b,a)] into a * Select[a, b, NE(a,b)] / Select[a, b, NE(b,a)] into b Test: art/test/testrunner/testrunner.py --host --64 -b --optimizing Change-Id: I5a32af63dc9fb27868d0ffb313324cb1772cff64
New post in superproject:aosp-new/master commits: Merge changes I94a0e2de,I95ebfef6 into main
GitLab
Merge changes I94a0e2de,I95ebfef6 into main (f324dca3) · Commits · CodeLinaro / la / platform / superproject · GitLab
* changes: NDK library: enable feature flags for diffing ABI representations NDK library: enable feature flags for dumping ABI representations
New post in superproject:aosp-new/master commits: [bssl] Retrieve error code from BoringSSL
GitLab
[bssl] Retrieve error code from BoringSSL (3ddde086) · Commits · CodeLinaro / la / platform / superproject · GitLab
This cl retrieves the error code from BoringSSL when an operation fails and returns it to the users. Test: atest rialto_test Bug: 302527194 Change-Id: I36da67c2ff9e7f45aea8db659d400c347d9705ca