- Oct 10, 2023
-
-
Makoto Onuki authored
Test: tree hugger Bug: 292141694 Merged-in: If4d650dc175a5a78cf8844dfed2217c19f2d5790 Change-Id: I19ed7505bfd0c71d811f98409542688094944aeb
-
- Aug 21, 2023
-
-
Treehugger Robot authored
-
Chan Kim authored
-
Treehugger Robot authored
-
Chan Kim authored
See https://source.android.com/setup/contribute/respectful-code for reference For this round, the fixes are only applied to the following to minimize breaking dependencies: * comments (excluding javaDoc annotations) * private constants * private functions * parameters within functions BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations. No-Typo-Check: Changes focused on inclusive language violations. BUG: 295342157 Change-Id: Ie032fe8e10202e12afb150a1abf5bba9b4f2b1a5
-
Chan Kim authored
-
Chan Kim authored
-
Eran Messeri authored
-
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 20, 2023
-
-
Joe Onorato authored
The difficult part here is that the aconfig libraries can't be compiled separately from the framework, so the framework adds a srcjar and we add a fake DeviceConfig so that the generated libraries will compile. Bug: 293195086 Test: m Change-Id: Ia54cb5d1196f9579f418586a0c53b8846d46dc5a
-
- Aug 19, 2023
-
-
Chan Kim authored
See https://source.android.com/setup/contribute/respectful-code for reference For this round, the fixes are only applied to the following to minimize breaking dependencies: * comments (excluding javaDoc annotations) * private constants * private functions * parameters within functions BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations. No-Typo-Check: Changes focused on inclusive language violations. BUG: 295342157 Change-Id: If2717f0fa4f2dbab201fe1e476d3482451c0afcf
-
- Aug 18, 2023
-
-
Chan Kim authored
See https://source.android.com/setup/contribute/respectful-code for reference For this round, the fixes are only applied to the following to minimize breaking dependencies: * comments (excluding javaDoc annotations) * private constants * private functions * parameters within functions BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations. No-Typo-Check: Changes focused on inclusive language violations. BUG: 295342157 Change-Id: I1ef2c2bb1d6d6819977a76b2c77742dfc516d3b6
-
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
-