- Aug 21, 2023
-
-
Joe Onorato authored
We took the whole build system team out, but now the list doesn't have backups. And take out xoogler. Test: none Change-Id: Ib9e10474e95f8f2334f226076c206dbd83a8c2ba
-
- Aug 18, 2023
-
-
Treehugger Robot authored
-
Juan Yescas authored
-
Juan Yescas authored
Android V will support page size agnostic targets. The bionic macro PAGE_MASK won't be defined for the agnostic targets. For the CachedAppOptimizer, the PAGE_MASK macro will be replaced by ~(getpagesize() - 1). Bug: 296512786 Test: source build/envsetup.sh lunch aosp_cf_arm64_phone_pgagnostic m Change-Id: Ic4c50dcb5e4eb4a8ce6460df240340868c76f252
-
Tomasz Wasilczyk authored
Bug: 295394788 Test: make checkbuild Change-Id: I82d6899d8c15a10b15399c39177290012bb5f13b Merged-In: I82d6899d8c15a10b15399c39177290012bb5f13b
-
Treehugger Robot authored
-
Hassan Ali authored
-
- Aug 17, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Songchun Fan authored
Due to unknown reasons, SettingsProvider has been seeing corrupted xml files that can cause ArrayIndexOutOfBoundsException during parsing. When the exception is uncaught, it can cause system crashes and device boot loop. This CL prevents the exception by checking the index and array length before indexing. It throws an IOException when the index is out of bound, such that the SettingsProvider can handle it gracefully. BUG: 295555884 Test: builds Cherry-picked from ag/24450007 Change-Id: I7b6c7cf0b6150a3a4046ec35090a63c0912c80c8
-
Tyler Gunn authored
Test: Owners only change. Bug: 296459098 Change-Id: Ib97b6c3c155e0eee0529089f08ac87ebdd27e95a
-
Tomasz Wasilczyk authored
Bug: 295394788 Test: make checkbuild Change-Id: I605c6c25c2415bdb4996715f270ee8be9e9d1a23 Merged-In: I605c6c25c2415bdb4996715f270ee8be9e9d1a23
-
Jihoon Kang authored
Revert submission 2713677-revert-2655262-move_java_api_libraries-JTESUMBERD Reason for revert: Initial revert was created to resolve build breakage, but the breakage was caused because not all CLs included in the topic were being included in the build, and was not a problem of the CLs itself. Reverted changes: /q/submissionid:2713677-revert-2655262-move_java_api_libraries-JTESUMBERD Merged-In: I479ec3b1554dcc6630207c5f095c6f9d211b035b Change-Id: I62fe182a5bc4418ce077f0b648efb9d358c4e7ab
-
Lucas Dupin authored
-
Jeff DeCew authored
Merge "Update notification OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:876ea4e55972a5c156df45f245b4d34d63173c65) Change-Id: I00d73e26112d38e806bbff559ba2c0ca6538700a" into main
-
Treehugger Robot authored
-
Jeff DeCew authored
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:876ea4e55972a5c156df45f245b4d34d63173c65) Change-Id: I00d73e26112d38e806bbff559ba2c0ca6538700a
-
Hassan Ali authored
CtsShimAddApkToApex app is a simple app with one activity. It will be used in a cts to test updating the shim apex with a new version which contains this app then the test will verify that it can start the app contained in the apex. Bug: 289535527 Test: m CtsShimAddApkToApex Change-Id: I98dbe9906e9705cc736269ddca947fd94d23eb81
-
Alex Buynytskyy authored
-
Jihoon Kang authored
-
Jihoon Kang authored
Revert submission 2655262-move_java_api_libraries Reason for revert: Breaking build Reverted changes: /q/submissionid:2655262-move_java_api_libraries Change-Id: I00afc043165f56b66f092f311ad8b51c07d3f775
-
Treehugger Robot authored
-
- Aug 16, 2023
-
-
Eric Biggers authored
-
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
-
Alex Buynytskyy authored
Let the apps built with any pre-release SDK parse and get installed. TODO to guard this code with "true release" config flags. Bug: 294161396 Test: build+presubmit Change-Id: Ie9692e7935268b71856cc683b565af3fedb7b852
-
Eric Biggers authored
-
Mateus Azis authored
-
Mateus Azis authored
Use Map.computeIfAbsent or the result of get() calls to interact with the map via a single access, avoiding duplicate lookups. Test: atest cts/tests/tests/telecom/src/android/telecom/cts/RemoteConnectionTest.java Bug: 274764512 Change-Id: I1e6b10381f0c9b408c4a734384e550dfaefc1f40
-
Treehugger Robot authored
-
- Aug 15, 2023
-
-
Tomasz Wasilczyk authored
Bug: 295394788 Test: mma Change-Id: Ic9d5a4f4371c6a8fe88d19528c263b1ed22e60c9
-
Eric Biggers authored
-
Becky Siegel authored
Merge "Remove rickywai@google.com from services/core/java/com/android/server/net/watchlist/OWNERS" into main
-
Becky Siegel authored
-
Becky Siegel authored
-
Becky Siegel authored
-
Becky Siegel authored
-
Dmitri Plotnikov authored
Change-Id: Iefe16c7a53993c62da782d8ba8d8785c0e9d351b
-
Paul Duffin authored
-
Eric Biggers authored
Deduplicate the addition of the SIDs and USER_AUTH_TYPE, and consolidate the handling of isUserAuthenticationValidWhileOnBody() into one place. No change in behavior. Test: atest KeystoreTests Change-Id: Ic57e3506a62d90ee0fd7b5860d4cda44aa1b5acf
-