New post in superproject:aosp-new/master commits: Add all the missing syscalls.
GitLab
Add all the missing syscalls. (68953b39) · Commits · CodeLinaro / la / platform / superproject · GitLab
Rather than keep doing these one-by-one, let's just add everything that's in our current bionic uapi headers (from the 6.5 kernel). We should have switched to musl long before anyone's...
New post in superproject:aosp-new/master commits: Lengthen timeout on declared slower devices
GitLab
Lengthen timeout on declared slower devices (682210eb) · Commits · CodeLinaro / la / platform / superproject · GitLab
If a device has set ro.hw_timeout_multiplier, use it to lengthen the timeouts in these tests. Bug: 303106879 Test: Verified that the timeout is longer on a device declaring ro.hw_timeout_multiplier Change-Id:...
New post in superproject:aosp-new/master commits: Merge changes Idaeb9587,I85678818,Id8ebcbff,If6177b63 into main
GitLab
Merge changes Idaeb9587,I85678818,Id8ebcbff,If6177b63 into main (b44caf05) · Commits · CodeLinaro / la / platform / superproject…
* changes: add comments network_stack_utils_jni.cpp - switch to classic bpf macros - part 6 fix race: attachRaFilter() before bind, and cloexec it switch attachRaFilter() to ErrnoException
New post in superproject:aosp-new/master commits: Merge changes Ibadd782d,I8704dccf into main
GitLab
Merge changes Ibadd782d,I8704dccf into main (63c50f3d) · Commits · CodeLinaro / la / platform / superproject · GitLab
* changes: bpf: add constants PRIVATE, SHARED, MANDATORY, OPTIONAL switch from defines to static consts
New post in superproject:aosp-new/master commits: Merge "Add soong team to owners for soong plugin" into main
GitLab
Merge "Add soong team to owners for soong plugin" into main (c6e72f48) · Commits · CodeLinaro / la / platform / superproject ·…
New post in superproject:aosp-new/master commits: Casimir: Reduce log verbosity while polling
GitLab
Casimir: Reduce log verbosity while polling (c0a1ce33) · Commits · CodeLinaro / la / platform / superproject · GitLab
Bug: 303241360 Test: m casimir Change-Id: Icddc2dc29debe6f3bec666f8038c44531ef2d670
New post in superproject:aosp-new/master commits: Dismiss wizard explicitly if requested
GitLab
Dismiss wizard explicitly if requested (57433b9a) · Commits · CodeLinaro / la / platform / superproject · GitLab
We used to rely on harness mode + reboot, which indirect. Instead if configured, explicitly dismiss the setup wizard. Test: presubmit Bug: 303135953 Change-Id: I185cab2ee882ba034bb6f9a7959fcd3598f1b784
New post in superproject:aosp-new/master commits: Autoupdate of 2 submodules
GitLab
Autoupdate of 2 submodules (69ae60c4) · Commits · CodeLinaro / la / platform / superproject · GitLab
*build/bazel updated to b8a3427250caf73e7f28d55905c9932c9c6e1b04 Merge "Convert java_aconfig_library to bazel." into main *build/soong updated to 7a90fcfa455820063ac6eadcd1f5a218a24ba3d1 Merge "Convert java_aconfig_library to bazel." into main
New post in superproject:aosp-new/master commits: Merge changes I226ea90a,I56bb4a29,If4ac928c,Ice193294,Ibb107092 into main
GitLab
Merge changes I226ea90a,I56bb4a29,If4ac928c,Ice193294,Ibb107092 into main (3fa064e2) · Commits · CodeLinaro / la / platform / superproject…
* changes: Add test-data config flag. Add min_sdk_version config flag. Add host_first_multilib config flag. Add mode for converting cargo2android.json to cargo_embargo.json. Add option to get information from cargo.metadata without building.
New post in superproject:aosp-new/master commits: Merge "Add another testcase." into main
GitLab
Merge "Add another testcase." into main (b2bfd1bf) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "riscv64: add vector stpcpy()." into main
GitLab
Merge "riscv64: add vector stpcpy()." into main (69de5e22) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Handle symlinks in isPackageBoundary" into main
GitLab
Merge "Handle symlinks in isPackageBoundary" into main (ae3fa3c6) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Autoupdate of 3 submodules
GitLab
Autoupdate of 3 submodules (416418a9) · Commits · CodeLinaro / la / platform / superproject · GitLab
*build/make updated to a65cdd502474e61e7d7582189a6524bdbc7d688e Merge "Revert^2 "Add soong config variable Release_expose_flagged_api"" into main *build/release updated to b007a65fc1b9293a1cd03acc7eee9ba9bf6624ca Merge "Revert^2 "Add RELEASE_EXPOSE_FLAGGED_API…
New post in superproject:aosp-new/master commits: Autoupdate of 3 submodules
GitLab
Autoupdate of 3 submodules (171c0882) · Commits · CodeLinaro / la / platform / superproject · GitLab
*external/robolectric updated to 37c38c554896296fbd3f5f7cef78489d799f134a Merge "Clean up obsolete aliases for Truth." into main *external/robolectric-shadows updated to a3d3d8ec2d296cf6dd1607588497120ce88e21d6 Clean up obsolete aliases for Truth. Bug: 255714762…
New post in superproject:aosp-new/master commits: Merge "libavb: add OWNERS file for Rust sub-dir" into main
GitLab
Merge "libavb: add OWNERS file for Rust sub-dir" into main (a35d77e4) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Revert "Throw an exception when using RenderScript ScriptC with an API...
GitLab
Merge "Revert "Throw an exception when using RenderScript ScriptC with an API... (b75e4ec0) · Commits · CodeLinaro / la / platform…
Merge "Revert "Throw an exception when using RenderScript ScriptC with an API level above 34"" into main
New post in superproject:aosp-new/master commits: [bssl] Make hkdf return Zeroizing type
GitLab
[bssl] Make hkdf return Zeroizing type (7d80d75f) · Commits · CodeLinaro / la / platform / superproject · GitLab
This cl modifies the output of hkdf to be of Zeroizing type, ensuring that the key is zeroized when it is dropped. Test: atest rialto_test & m pvmfw_bin Bug: 279425980...