New post in superproject:aosp-new/master commits: Run linkerconfig tests as host test
GitLab
Run linkerconfig tests as host test (acc1af34) · Commits · CodeLinaro / la / platform / superproject · GitLab
Current linkerconfig tests are running from the device, while it can be executed from host with same results. This change converts existing linkerconfig tests into host tests so it can...
New post in superproject:aosp-new/master commits: Merge "Parse tags attached to version blocks" into main
GitLab
Merge "Parse tags attached to version blocks" into main (12c11637) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Cleanup unstartedruntime.
GitLab
Cleanup unstartedruntime. (80439afd) · Commits · CodeLinaro / la / platform / superproject · GitLab
Remove deprecated JdkUnsafe.*Object.* methods and sort them in the same order as they are defined in unstarted_runtime_list.h. Bug: 297147201 Test: ./art/test/testrunner/testrunner.py --host --64 -b Change-Id: Ie933fcff5583c9276abf82622224536cd719762e
New post in superproject:aosp-new/master commits: Disable check_cfi and ArtServiceTests when built from prebuilts.
GitLab
Disable check_cfi and ArtServiceTests when built from prebuilts. (116e91c8) · Commits · CodeLinaro / la / platform / superproject…
These two target depends on disabled modules, thus it is required to be disable for device to build. Bug: 301527192 Test: m (build from prebuilts) Change-Id: Ibfd747302deb073ab7c518f57416afec0a22311c
New post in superproject:aosp-new/master commits: Check GceSshTunnelMonitor is not null inside notifyAdbRebootCalled
GitLab
Check GceSshTunnelMonitor is not null inside notifyAdbRebootCalled (908dc6d8) · Commits · CodeLinaro / la / platform / superproject…
Failure example: https://android-build.corp.google.com/test_investigate/?invocationId=I56400010198137065 Bug: 300858577 Bug: 301000513 Change-Id: I8df47e619c5f0b157ec080d5f0352b49aa1b2582 Signed-off-by: Dmitrii Merkurev
New post in superproject:aosp-new/master commits: Revert "Add the splict_config exception for run-from-apk slow start reason ch...
GitLab
Revert "Add the splict_config exception for run-from-apk slow start reason check." (49c9c7de) · Commits · CodeLinaro / la / platform…
This reverts commit 30610251cebc3b4c9766060830df86d15beee83e. Bug: 278772867 Reason for revert: not needed any more Change-Id: I296d860db515857ba2fb0ace2c06dd8d4a92387d
New post in superproject:aosp-new/master commits: fix com.android.bips NE problem
GitLab
fix com.android.bips NE problem (10837b1c) · Commits · CodeLinaro / la / platform / superproject · GitLab
In the MTBF environment,two consecutive inits and two consecutive deletes occur,resulting in NE. Bug:299833184 Test: run MTBF test Change-Id: Iaeab922bbf7c8f77829f492eb39663fd74a7a418
New post in superproject:aosp-new/master commits: [BugFix][Memory]fix libsmapinfo initial integer type warn in class
GitLab
[BugFix][Memory]fix libsmapinfo initial integer type warn in class (c992959f) · Commits · CodeLinaro / la / platform / superproject…
Default construct func did not initial for integer type in class, so it must initial integer explictly. Change-Id: I1e67ce58bfa59dce45e8921c0f53661571b72a86 Signed-off-by: xueguolun
New post in superproject:aosp-new/master commits: Autoupdate of 3 submodules
GitLab
Autoupdate of 3 submodules (e9f493c9) · Commits · CodeLinaro / la / platform / superproject · GitLab
*build/make updated to 343fabb483f35a3daecf0b3e160d0e837bd5d235 Merge "Export BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI to soong" into main *build/release updated to 66715c4211730e3ca8c5bf801010f4f028902549 Add RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI The…
New post in superproject:aosp-new/master commits: Make CbbFixed safer (again)
GitLab
Make CbbFixed safer (again) (3a5356ed) · Commits · CodeLinaro / la / platform / superproject · GitLab
The implied lifetime bound doesn't do what I expected, so make it all explicit. Bug: 299055662 Test: TH Change-Id: I183bb5fec18a3f9326b7d8664ceefb6204a2c620
New post in superproject:aosp-new/master commits: Merge "Update OWNERS order" into main
GitLab
Merge "Update OWNERS order" into main (bdbec0b9) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: tp: add annotation support to protozero_to_json
GitLab
tp: add annotation support to protozero_to_json (07a2e72d) · Commits · CodeLinaro / la / platform / superproject · GitLab
This CL adds support for emitting the __anntotations key at the root of metrics protos emitted as JSON. This used to work in the past when we used proto_to_json but...
New post in superproject:aosp-new/master commits: Merge "ui: Clean up proto imports" into main
GitLab
Merge "ui: Clean up proto imports" into main (e6de3666) · Commits · CodeLinaro / la / platform / superproject · GitLab
New post in superproject:aosp-new/master commits: Make package parsing code consume annotations
GitLab
Make package parsing code consume annotations (134884d3) · Commits · CodeLinaro / la / platform / superproject · GitLab
The code previously assumed an annotation meant there was no package declaration, but package declarations can be annotated. Update the code to consume any leading annotations. Bug: 151360309 Test: jar_test.go...