- Aug 16, 2023
-
-
Jihoon Kang authored
This change moves the full api surface stub jar generating java_api_library module definitions from build/orchestrator to frameworks/base, in order to resolve missing dependency build failure for partial repos and move the modules closer to their .from-source equivalents. Test: m --build-from-text-stub Bug: 290996110 Merged-In: I479ec3b1554dcc6630207c5f095c6f9d211b035b Change-Id: I479ec3b1554dcc6630207c5f095c6f9d211b035b
-
- Aug 08, 2023
-
-
Colin Cross authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
T.J. Mercier authored
Related: cl/554634721 Change-Id: I20a0e726dcabff3127a98f53ec52e063734116f1
-
Treehugger Robot authored
-
Jonathan Scott authored
Change-Id: Ie93f8295fa53b02c18064039cf698758727040e3
-
Rambo Wang authored
-
Rambo Wang authored
-
- Aug 07, 2023
-
-
Nikita Ioffe authored
-
Joanne Chung authored
-
- Aug 04, 2023
-
-
Treehugger Robot authored
-
Nolan Scobie authored
This was raised for another area recently to ease routing, seems harmless and potentially helpful for bots. go/xts-owners-policy is XTS-specific, but same syntax applies. Bug: N/A Test: N/A Change-Id: I1a4fa3f75e0d4f4f1d61f2028a14de65d03e744c
-
Eric Laurent authored
-
Jean Chalard authored
-
Joanne Chung authored
Bug: 289567218 Test: n/a. Only add owner Change-Id: Ib5789d0e5879a94f21028f877479b29af6d3e674
-
- Aug 03, 2023
-
-
Eric Zhang authored
-
Eric Zhang authored
Test: OWNERS file update only Change-Id: Ief19646dde2c93176f5a619f4fa55796e81cab20
-
Treehugger Robot authored
-
Christopher Ferris authored
-
Colin Cross authored
Dagger 2.47 has envorced a requirement that modules cannot be private (b/283273372). This causes errors when compiling SystemUI, for example com/android/systemui/statusbar/notification/collection/PrivateModule.java:14: error: Modules cannot be private. abstract interface PrivateModule { ^ Make the failing modules public. Bug: 293884229 Test: m SystemUI Change-Id: I1d8e7bd2ad40389a26082b353ab9574b1bbdd50f
-
Cole Faust authored
pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: Ibe545b4147cb6f84eac3054ea464eee79670d002
-
Rambo Wang authored
-
Nikita Ioffe authored
The feature was initially introduced to support Mainline updates, but was never actually used by Mainline (instead Mainline uses reboot-on-resume feature). Bug: 292469129 Test: m Change-Id: Iae60ffcfb3e64d35e0e1444b568d69895b27ff8f
-
Benedict Wong authored
This change introduces a Carrier Service Package override, ensuring that CTS can export a CarrierService, and set itself as the carrier service. The requirement for the application to also be carrier-privileged still stands, but omits the SIM-certificate-match requirement, instead allowing carrierConfig based certificates + carrier service package override as a sufficient gate (which critically need to both be doable with the CTS Shell permission identity) Bug: 266904760 Test: Manually tested with a demo CTS build, will be used for Core Networking CTS tests Change-Id: I9c31e19dd122123e8e102c901efaa99b2c729635 Merged-In: I9c31e19dd122123e8e102c901efaa99b2c729635 (cherry picked from commit 7e6571f1)
-
Colin Cross authored
-
- Aug 02, 2023
-
-
Christopher Ferris authored
If logd restarts, then the old logd connection is no longer valid. In order to keep working, reset the connection when this situation is detected. Bug: 276934420 Test: Ran CtsGwpAsanTestCases then killed logd. Verified that Test: running the test again displays the warning about the logd Test: connection and all of the tests pass. Change-Id: I375ee9a2df50b445e21ef847614644ffa2af1f36
-
Treehugger Robot authored
-
Ameer Armaly authored
Merge "[RESTRICT AUTOMERGE] Fix the consistency of the event stream during interrupted and continued touch exploration." into main
-
Treehugger Robot authored
-
rambowang authored
Expose KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL so carriers that don't support the feature can override them to false to hide the feature in calling addtional settings. Bug: 266479292 Test: m -j Change-Id: I9ae635c051c0f9e180c36aa1725d0f058f1fd70d Merged-In: I9ae635c051c0f9e180c36aa1725d0f058f1fd70d (cherry picked from commit c86c69b1)
-
rambowang authored
These enums have duplication definitions as those defined in CellInfo. Keep CellInfo as the single source of truth to keep code healthy. Bug: 72993578 Test: atest PhysicalChannelConfigTest Change-Id: I28d8a471b1da95c9eb59cddfcd1d932364a41c50 Merged-In: I28d8a471b1da95c9eb59cddfcd1d932364a41c50 (cherry picked from commit 13951afe)
-
- Aug 01, 2023
-
-
Ameer Armaly authored
[RESTRICT AUTOMERGE] Fix the consistency of the event stream during interrupted and continued touch exploration. aosp/2677516 fixed the event stream when we initiate a new touch exploration which avoids a crash, but this change along with the accompanying test makes sure that the event stream is consistent in the moment rather than waiting for the next ACTION_DOWN to fix it. Bug:286037469 Bug: 290719741 Test: atest TouchExplorerTest Test: atest TouchInteractionControllerTest Test: atest TouchInteractionControllerTest#testInterruptedSwipe_generatesConsistentEventStream --rerun-until-failure 100 Change-Id: I909e150ae7652842ada5f329f25222e9093a3e6d
-
Colin Cross authored
-
Rambo Wang authored
-
Treehugger Robot authored
-
- Jul 31, 2023
-
-
Nikita Ioffe authored
* changes: Add an install flag to force non-staged APEX update Add --non-staged flag
-
Rambo Wang authored
-
Jack Yu authored
-
Igor Zaslavsky authored
-