New post in superproject:aosp-new/master commits: Autoupdate of 2 submodules
GitLab
Autoupdate of 2 submodules (c9806953) · Commits · CodeLinaro / la / platform / superproject · GitLab
*build/bazel updated to 7532b9ad1f8e6c763c9bd17efb295c0dea4db86f Merge "Implement custom fdo_profile macro" into main *build/soong updated to 85455887b70cfbc9a3d581618e818f40f48c768f Merge "Change bp2build to switch to using custom fdo_profile macro" into…
New post in superproject:aosp-new/master commits: Reapply "Update golden_test.sh to be aware of RELEASE_AIDL_USE_UNFROZEN"
GitLab
Reapply "Update golden_test.sh to be aware of RELEASE_AIDL_USE_UNFROZEN" (ead37bce) · Commits · CodeLinaro / la / platform / superproject…
This reverts commit fc65b245e686ca7ede5c38582d4c8b4cec50658a. Now using $TARGET_RELEASE to know which release we are currently lunched into instead of a file that only defines the value for non-next releases. Also changed...
New post in superproject:aosp-new/master commits: Merge "Clean up prebuilt stub deps & add comment" into main
GitLab
Merge "Clean up prebuilt stub deps & add comment" into main (3a03e549) · Commits · CodeLinaro / la / platform / superproject ·…
New post in superproject:aosp-new/master commits: Upgrade toybox to 0674deaed1dc59ee9c7c14ed147cd4c4c90abe09
GitLab
Upgrade toybox to 0674deaed1dc59ee9c7c14ed147cd4c4c90abe09 (266c125f) · Commits · CodeLinaro / la / platform / superproject · GitLab
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update toybox For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I7068d52…
New post in superproject:aosp-new/master commits: Merge "Promote TEST_MAPPING to presubmit" into main
GitLab
Merge "Promote TEST_MAPPING to presubmit" into main (3740fbdd) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Fix compilation when using system dependencies.
GitLab
Fix compilation when using system dependencies. (2e45cecd) · Commits · CodeLinaro / la / platform / superproject · GitLab
This was due to an incomplete renaming of aemu targets. Also add missing `gfxstream-snapshot.headers` causing include failure. Change-Id: I25765ccbf4731d3e655f619a34de8316f08cdde3
New post in superproject:aosp-new/master commits: Update bp2build tests to use stubbed defs
GitLab
Update bp2build tests to use stubbed defs (86cffd05) · Commits · CodeLinaro / la / platform / superproject · GitLab
bp2build tests should not use bp2build_available:false test deps, because, with the "allowlist v2" feature, this will cause these modules to stop being converted with bp2build. Instead, such test deps should...
New post in superproject:aosp-new/master commits: Merge "Revert "Fix pylint error in bazel_mode.py"" into main
GitLab
Merge "Revert "Fix pylint error in bazel_mode.py"" into main (b2b22fd7) · Commits · CodeLinaro / la / platform / superproject ·…
New post in superproject:aosp-new/master commits: Support netsim_args in emulator
GitLab
Support netsim_args in emulator (b3c65ad3) · Commits · CodeLinaro / la / platform / superproject · GitLab
- Add netsim_args field in NetsimdOptions struct - Process netsim_args by spliting it by space and append flags to launch command - Update parameters of CreateChannel() Bug: 295949723 Test: objs/emulator...
New post in superproject:aosp-new/master commits: Fix UnboundedSdkLevel on Q
GitLab
Fix UnboundedSdkLevel on Q (ac172b81) · Commits · CodeLinaro / la / platform / superproject · GitLab
Set.of was introduced in API 30 and this code has min sdk version 29. Decided to still use Set.of in 30+ as it (probably) has some optimizations. Test: presubmit Bug:...
New post in superproject:aosp-new/master commits: Autoupdate of 2 submodules
GitLab
Autoupdate of 2 submodules (b50f97b4) · Commits · CodeLinaro / la / platform / superproject · GitLab
*cts updated to d0e373c80cec36f4d0001a9bba7bdea327c7f664 Merge "Don't run the VPN tests on watches." into main *packages/modules/Connectivity updated to c8a42f6a39d852b7d9321ccbf778b2a8cef33a9c Merge "Disable the remaining VPN CTS tests on watches." into…
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