New post in superproject:aosp-new/master commits: [automerger skipped] DO NOT MERGE Allow extension version 10 am: 43ab7adc75 -...
GitLab
[automerger skipped] DO NOT MERGE Allow extension version 10 am: 43ab7adc75 -s... (7d54ea20) · Commits · CodeLinaro / la / platform…
[automerger skipped] DO NOT MERGE Allow extension version 10 am: 43ab7adc75 -s ours am: 5dda703d0f -s ours am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/modules/SdkExtensions/+/2755125…
New post in superproject:aosp-new/master commits: [automerger skipped] DO NOT MERGE Allow extension version 10 am: 8680b76360 -...
GitLab
[automerger skipped] DO NOT MERGE Allow extension version 10 am: 8680b76360 -s... (f49d1e9f) · Commits · CodeLinaro / la / platform…
[automerger skipped] DO NOT MERGE Allow extension version 10 am: 8680b76360 -s ours am: 6f5986809a -s ours am: 563abe3817 -s ours am skip reason: subject contains skip directive Original change:...
New post in superproject:aosp-new/master commits: Merge "Adding support to V3 cause of jank breakdown." into main
GitLab
Merge "Adding support to V3 cause of jank breakdown." into main (9d6fd0ec) · Commits · CodeLinaro / la / platform / superproject…
New post in superproject:aosp-new/master commits: Merge "Make bp2build_all_srcs manual." into main
GitLab
Merge "Make bp2build_all_srcs manual." into main (1f39a3af) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Autoupdate of 2 submodules
GitLab
Autoupdate of 2 submodules (07734b44) · Commits · CodeLinaro / la / platform / superproject · GitLab
*build/bazel updated to e65cbcbba3769b753ea6446ce82272aafe6022c3 Merge "Implement stripping of prebuilt libraries." into main *build/soong updated to 9e12c7863726889853d12d8dea2bf7574b96133e Merge changes from topic "prebuilt-cc-shared-always" into main *…
New post in superproject:aosp-new/master commits: [Thread] enables CFI and SCS checks for security compliance.
GitLab
[Thread] enables CFI and SCS checks for security compliance. (9203032e) · Commits · CodeLinaro / la / platform / superproject ·…
Test: Build Bug: 296809188 Change-Id: I7ded9375cc50324e8b04ef6d3aaac522ce1acaac
New post in superproject:aosp-new/master commits: correct and improve the enabling of bt multiplex flag
GitLab
correct and improve the enabling of bt multiplex flag (ef9cce92) · Commits · CodeLinaro / la / platform / superproject · GitLab
Bug: 300711811 Test: atest -v quick_start_stress_test Change-Id: Ib1de5d82edad1cebb996f5d3dd3aed9316152823
New post in superproject:aosp-new/master commits: Merge changes from topic "am-4017576f943d4a17a323fb3a835370a8" into main
GitLab
Merge changes from topic "am-4017576f943d4a17a323fb3a835370a8" into main (334d8cb8) · Commits · CodeLinaro / la / platform / superproject…
* changes: Merge changes from topic "am-2d2ca044472b46ac826869db7d908fdf" into android13-tests-dev am: 36ddce211d [automerger skipped] Merge "DO NOT MERGE Allow extension version 10" into android11-tests-dev am: 504d671285 -s ours am: 63c819c57d -s...
New post in superproject:aosp-new/master commits: Statically link generate-boot-image against non-ABI-stable libraries.
GitLab
Statically link generate-boot-image against non-ABI-stable libraries. (318b66da) · Commits · CodeLinaro / la / platform / superproject…
In chroot test, generate-boot-image is pushed to /data/local/tmp, so it cannot link against the shared libs in the /apex/com.android.art during dynamic linking. Bug: 247108425 Test: - 1. art/tools/buildbot-build.sh --target 2....
New post in superproject:aosp-new/master commits: Merge "Reserve proto extension for internal project...
GitLab
Merge "Reserve proto extension for internal project... (66947bfe) · Commits · CodeLinaro / la / platform / superproject · GitLab
Merge "Reserve proto extension for internal project (https://b.corp.google.com/issues/301227627)." into main
New post in superproject:aosp-new/master commits: gfxstream: remove unnecessary rcEncoder() call
GitLab
gfxstream: remove unnecessary rcEncoder() call (ed11a4a5) · Commits · CodeLinaro / la / platform / superproject · GitLab
When initializing Vulkan in goldfish-vulkan.cpp, rcEncoder() is called already and before the Vulkan encoder. BUG=297245651 TEST=compile Change-Id: I30bcd07c60ddc7eaf38f4f7bebb2a65109467b2a
New post in superproject:aosp-new/master commits: Merge "Don't panic for unhandled product vars" into main
GitLab
Merge "Don't panic for unhandled product vars" into main (a3f40b91) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Merge "Switch to libusb as the default for MacOS." into main
GitLab
Merge "Switch to libusb as the default for MacOS." into main (af76bd68) · Commits · CodeLinaro / la / platform / superproject ·…
New post in superproject:aosp-new/master commits: RISCV: [Codegen] Add VisitArraySet
GitLab
RISCV: [Codegen] Add VisitArraySet (ddd7ee57) · Commits · CodeLinaro / la / platform / superproject · GitLab
Test: m test-art-host-gtest Bug: 283082089 Change-Id: Icb779f6059ba4a49254624c6532c179754760632 Signed-off-by: Lifang Xia Signed-off-by: Wendong Wang
New post in superproject:aosp-new/master commits: Merge changes Ieee8af20,Ibb9cb930 into main
GitLab
Merge changes Ieee8af20,Ibb9cb930 into main (a6f691be) · Commits · CodeLinaro / la / platform / superproject · GitLab
* changes: Introduce method to detect whether attaching enough devices Introduce a method to handle acloud create
New post in superproject:aosp-new/master commits: riscv64: Fix crash in ExecuteNterpWithClinitImpl
GitLab
riscv64: Fix crash in ExecuteNterpWithClinitImpl (3c6bc2bc) · Commits · CodeLinaro / la / platform / superproject · GitLab
ArtMethod::declaring_class_ is a GcRoot, which is only 32 bits wide. With the 64-bit load, if the adjacent ArtMethod::access_flags_ field is nonzero, the pointer in t0 will be invalid, and dereferencing...