New post in superproject:aosp-new/master commits: Merge "Add go module and workspace files" into main
GitLab
Merge "Add go module and workspace files" into main (73991fc1) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Change RELEASE_ACONFIG_VALUE_SETS bazel labels from soong module names.
GitLab
Change RELEASE_ACONFIG_VALUE_SETS bazel labels from soong module names. (bfe90cc1) · Commits · CodeLinaro / la / platform / superproject…
Bug: 300669419 Test: CI Change-Id: Ieec40f3d6c7011d0edf0c65ef019bf097db6d408
New post in superproject:aosp-new/master commits: riscv64: [codegen] Implement Baker read barriers.
GitLab
riscv64: [codegen] Implement Baker read barriers. (23c6b2b8) · Commits · CodeLinaro / la / platform / superproject · GitLab
Implement codegen changes and entrypoints for Baker read barriers. Also implement resolution and initialization entrypoints and enable codegen for certain instructions to allow stress-testing the Baker read barrier implementation. Fix...
New post in superproject:aosp-new/master commits: rename BPF2_REJECT_IF_ANY_BITS_SET -> BPF2_REJECT_IF_ANY_MASKED_BITS_SET
GitLab
rename BPF2_REJECT_IF_ANY_BITS_SET -> BPF2_REJECT_IF_ANY_MASKED_BITS_SET (85d56dbe) · Commits · CodeLinaro / la / platform / superproject…
Test: TreeHugger Signed-off-by: Maciej Żenczykowski Change-Id: I54a189f0f7b73917aa3fd049fe2eca387aaca250
New post in superproject:aosp-new/master commits: Merge changes I7df6e323,I0e3412b9 into main
GitLab
Merge changes I7df6e323,I0e3412b9 into main (e7ef9965) · Commits · CodeLinaro / la / platform / superproject · GitLab
* changes: audio: Fix notification of streams of the device change audio: Fix update of an existing patch
New post in superproject:aosp-new/master commits: Merge "Change sbom_test.sh to take command line arguments for target product,...
GitLab
Merge "Change sbom_test.sh to take command line arguments for target product,... (fd438b60) · Commits · CodeLinaro / la / platform…
Merge "Change sbom_test.sh to take command line arguments for target product, release and build variant, which is for a corresponding change in CI." into main
New post in superproject:aosp-new/master commits: Merge "Added androix.privacysandbox.tools libraries" into main
GitLab
Merge "Added androix.privacysandbox.tools libraries" into main (e0a53054) · Commits · CodeLinaro / la / platform / superproject…
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:...