aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add iconloader(minSdkVersion:26). am: b35d012089HEADs12.0Hai Zhang2021-08-191-0/+1
|\ | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15604056 Change-Id: I295afe13507fc2ba4fb80dfbb204c03831a6dafb
| * Add iconloader(minSdkVersion:26).Hai Zhang2021-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | iconloaderlib was min 21 but that's incorrect, and the actual minimum SDK version is at least 26. Bug: 188851870 Apex-Size-Increase: N/A Previous-Platform-Support: N/A (Upgrading minimum SDK version) Ignore-Aosp-First: We need this change in sc-dev Test-Info: presubmit Change-Id: I62b04b80a8e217f247868fb3acedb334af3b0282 Merged-In: I62b04b80a8e217f247868fb3acedb334af3b0282
* | Merge "Update minSdkVersion of SettingsLib compoments" into sc-dev am: ↵Edgar Wang2021-08-171-0/+1
|\| | | | | | | | | | | | | | | e4f5ac88e6 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15187810 Change-Id: Ie66710d9597b79ce7004505e6d56d9deb59e12e2
| * Merge "Update minSdkVersion of SettingsLib compoments" into sc-devEdgar Wang2021-08-171-0/+1
|/|
| * Update minSdkVersion of SettingsLib compomentsEdgar Wang2021-07-221-0/+1
| | | | | | | | | | | | | | | | | | - SettingsLibActionBarShadow Bug: 187861723 Test: rebuild Change-Id: Ic49286d45077267991b1bc4f81838ed0545a1582 Merged-In: I46172dc5efac90f203ab8dd63bee78da6a5b05a6
* | Merge "Add soong config rules for more module rules." into sc-devTreeHugger Robot2021-07-281-0/+40
|\ \
| * | Add soong config rules for more module rules.Mathew Inwood2021-07-281-0/+40
| |/ | | | | | | | | | | | | | | | | | | | | We need to disable some such build rules to get SDK prebuilts working to add appropriate rules here to allow the enabled property to be overridden. Bug: 192556458 Test: m Merged-In: I0f28f57de6de7101dfbb2112451d4da24a7d8295 Change-Id: I0f28f57de6de7101dfbb2112451d4da24a7d8295
* / Add module_android_app_set type.Dario Freni2021-07-261-0/+10
|/ | | | | | | | Bug: 194596436 Test: presubmit Change-Id: Ic2dc6d9903d29dfc617d59c4bead15aa5e648cab Merged-In: Ic2dc6d9903d29dfc617d59c4bead15aa5e648cab (cherry picked from commit 79fdd8ba129b3c17e097ac17a36c97ae6557f170)
* Merge "Add PREBUILTS_MODULE_OWNERS." into sc-devTreeHugger Robot2021-07-152-1/+17
|\
| * Add PREBUILTS_MODULE_OWNERS.Dario Freni2021-07-132-1/+17
| | | | | | | | | | | | | | | | Test: n/a Bug: 188427719 Change-Id: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604 Merged-In: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604 (cherry picked from commit 18484a5e60d12bf0dffa37b91de7a5c29cd3ecf1)
* | Merge "Support module_build_from_source for more prebuilt types." into sc-devMathew Inwood2021-07-121-0/+59
|\ \ | |/ |/|
| * Support module_build_from_source for more prebuilt types.Mathew Inwood2021-07-071-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | SDK prebuilts also need to support module_build_from_source for consistency with module artifacts. Add support for this to the build rules used by SDK prebuilts. Bug: 188427719 Bug: 192588050 Test: m nothing Merged-In: Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b Change-Id: Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b
* | Partitioned a media library, allow both parts into mainlineRay Essick2021-07-081-0/+1
| | | | | | | | | | | | | | | | | | Bug: 193017338 Test: build Test: android.media.cts.MediaExtractorTest Ignore-AOSP-First: Pairs w/other S fixes, cherry pick to AOSP in parallel Change-Id: I6cba58aaa56f3c955434105beb10abad6ccf24e0
* | Merge "apply settings new widget lib for the main feature switch" into sc-devChen Xu2021-07-011-0/+1
|\ \
| * | apply settings new widget lib for the main feature switchChen Xu2021-06-291-0/+1
| |/ | | | | | | | | | | | | Bug: 183574149 Test: Manual test Ignore-AOSP-First: Need cherry-pick Change-Id: Icadb0daa3962b072c35e90e4ab4d44b03d9d86ed
* / Make netd_aidl_interface-V7-java available for connectivityKen Chen2021-07-011-0/+1
|/ | | | | | | | | | | netd_aidl_interface-V7-java provides new API that referenced by ConnectivityService. Bug: 182460808 Test: m Original-Change: https://android-review.googlesource.com/1746715 Merged-In: I72b70e586fa1e1f7587f70ed1578510163787526 Change-Id: I72b70e586fa1e1f7587f70ed1578510163787526
* Merge "Move soong variable to different repo." into sc-devTreeHugger Robot2021-06-281-0/+24
|\
| * Move soong variable to different repo.Dario Freni2021-06-281-0/+24
| | | | | | | | | | | | | | | | | | | | | | packages/modules/common is a more appropriate repository for module-level changes. Bug: 191978129 Test: m Change-Id: I522b56e80fd87e259d29ad78b525d419c7f9130f Ignore-AOSP-first: need to change non-AOSP repo in same topic (cherry picked from commit 0b03c3971a6cdccd95040610c0be28ad763e82e3)
* | Remove workaround for IPSec buildfile not workingAnton Hansson2021-06-281-4/+0
|/ | | | | | | | The bug has been fixed. Bug: 190499958 Test: No Change-Id: Iaa255586103daf76fa336560f3cd1b31668cf414
* Add LAST_RESORT_SUGGESTION annotation.Mathew Inwood2021-06-241-2/+2
| | | | | | | | | Ensure that MODULES_OWNERS are not suggested as OWNERS for module CLs. Bug: 188631514 Test: N/A Merged-In: I4680076929ff8960dc38dd44d124539ea5cd9f77 Change-Id: I0d75d0c43d028553882a309d73df2c28e7f959e9
* Add tool to help finalize extension SDKAnton Hansson2021-06-111-0/+114
| | | | | | | | | Not intended to be a long-term solution, but allows us to get off the ground and download/commit the artifacts in an efficient way. Bug: 188787081 Test: run script on test topic Change-Id: Ia01929cd3614f18cdad1e1b23594dd473a11051e
* Merge "Update allowed_deps for bumped NetworkStack" into sc-devRemi NGUYEN VAN2021-06-101-0/+1
|\
| * Update allowed_deps for bumped NetworkStackRemi NGUYEN VAN2021-06-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NetworkStackApi32Shims to allowed_deps for NetworkStack. As documented on the build rule "API 32" is not technically correct and should be "in-progress API", but that naming has always avoided renames at SDK finalization time. The new target is used in development NetworkStack builds that are not pushed to released devices (NetworkStackNext) to allow it to use non-finalized APIs. Ignore-AOSP-First: cherry-pick prepared separately Bug: 189581241 Test: m Change-Id: Ie274b4a1ea66bbbe26c7d7a78c90a19a746ea84e
* | Bump current sdkinfo proto to version 1Anton Hansson2021-06-091-1/+1
|/ | | | | | | | | This bumps the version embedded into modules to 1, which the SdkExtensions module will require to set extension version 1. Bug: 188787081 Test: CtsSdkExtensionsTestCases & sdkextensions_e2e_tests Change-Id: I94e1cba76a7f50ba6531ca65830d20819600d34d
* Add conscrypt module to sdk extensionsAnton Hansson2021-06-082-0/+2
| | | | | | | | | Add visibility of the sdkinfo proto, as well as an enum for the module to be used by SdkExtensions. Bug: 188787081 Test: m com.android.conscrypt and inspect it Change-Id: If8655c3328597580408a87e4c6dc4f92547a57e9
* Merge "Add car-rotary-lib to allowed dependencies list" into sc-devYabin Huang2021-06-041-0/+1
|\
| * Add car-rotary-lib to allowed dependencies listYabin Huang2021-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new library is extracted from the existing car-ui-lib. It contains rotary specific code, which is already used by apps supporting rotary. > How big is the binary size increase for affected APEXes? It doesn't increase the size. In fact, it reduces the size if an app wants to support rotary but doesn't want to use the whole car-ui-lib. > Is the new dependency committed to support previous platform releases? Yes. > Is the new dependency being developed AOSP-first or internal? AOSP-first. > What’s the testing strategy for the new dependency? > Does it have its own tests, and are you adding integration tests? It has its own tests, such as FocusParkingViewTest. Bug: 188915160 Test: make Change-Id: Ie7b10416f845c35a19309c5091a394d65c0efe40
* | Set dist_group: "android" for module java_sdk_librariesColin Cross2021-06-031-0/+2
|/ | | | | | | | | | | dist_group replaces owner and the default is going to change, set it to the current default "android" for module java_sdk_libraries. Bug: 186723288 Test: m checkbuild Change-Id: Id4d20471a8106718fb1529f5c83c9ca5ffb2a569 Merged-In: Id4d20471a8106718fb1529f5c83c9ca5ffb2a569 (cherry picked from commit 8573dc4a4155e122fac12bcd3c7ec7ef83239ddc)
* Add scheduling module to sdk extensionsAnton Hansson2021-06-012-0/+2
| | | | | | | | | Add visibility of the sdkinfo proto, as well as an enum for the module to be used by SdkExtensions. Bug: 188787081 Test: m com.android.scheduling and inspect it Change-Id: I5727e361b79ab0860d692261bde5f0b54279f791
* Rename sdkinfo extension from binarypb to pbAnton Hansson2021-05-261-1/+1
| | | | | | | | | binarypb is a bit of a mouthful, and it should be evident this pb is not a textpb. Bug: 189323663 Test: sdkextensions_e2e_tests Change-Id: I20ec8ce30116b55a28ed32e0004ec2ff24955a1f
* Expand visibility of sdkinfo protoAnton Hansson2021-05-241-2/+11
| | | | | | | | | | | | Embed it into all the modules that are part of the updatable API surface, ahead of actually introducing any new API levels with requirements on these modules. Also rename to current_sdkinfo for clarity. Bug: 188787081 Test: Inspect apex files Change-Id: I93ba55f1c1b4f60f36a26a2397088a5471eef850
* Add static variant of libnativehelper_compat_libc++Orion Hodson2021-05-211-0/+1
| | | | | | | | | | | This allows the libcore native code in the ART Module to link against the static variant libnativehelper_compat_libc++. Ignore-AOSP-First: other dependencies need to land in aosp first this Bug: 188067586 Test: m Change-Id: I4b039b38d8560827b2acc80ea0157ce21da09150
* Use absolute paths in classpaths.proto.satayev2021-05-191-6/+3
| | | | | | | | | | | | The intention before was to use relative paths to a partition where a config is defined. However, jars in /system_ext partition are planned to be declared in /system's classpaths.proto config. Bug: 180105615 Test: atest derive_classpath_test Change-Id: I4f955303631ba84b47d6e287c7b4f59c1e198da1 Merged-In: I4f955303631ba84b47d6e287c7b4f59c1e198da1 (cherry picked from commit 4239d7b57b851c028de6c8146aae328bb6ec762e)
* Merge "Make netd_aidl_interface-V6-java available for connectivity" am: ↵Ken Chen2021-05-140-0/+0
|\ | | | | | | | | | | | | | | bb9ba93a7d am: b64d164044 am: 5057c04a27 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1686007 Change-Id: I93fb8eccbffd60d9c8d8af6bf9cde25eaae1a02e
| * Merge "Make netd_aidl_interface-V6-java available for connectivity" am: ↵Ken Chen2021-05-141-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | bb9ba93a7d am: b64d164044 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1686007 Change-Id: I2523a295b3baaeb04d8309f706c12b8949734679
* | \ Merge "Make netd_aidl_interface-V6-java available for connectivity" am: ↵Ken Chen2021-05-131-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb9ba93a7d am: b64d164044 am: 7a9ff71b36 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1686007 Change-Id: Ic86105c653cf99a153561f0c3cd692b3ae11c961
| * \ \ Merge "Make netd_aidl_interface-V6-java available for connectivity" am: ↵Ken Chen2021-05-131-0/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | bb9ba93a7d am: b64d164044 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1686007 Change-Id: If350df61d78cebcd358dea99fe4abdc91d225239
| | * | Merge "Make netd_aidl_interface-V6-java available for connectivity" am: ↵Ken Chen2021-05-131-0/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb9ba93a7d Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1686007 Change-Id: Ib3cb2192cfd0f5faf4b95f4d17f9770ab991ba19
| | | * \ Merge "Make netd_aidl_interface-V6-java available for connectivity"Ken Chen2021-05-131-0/+1
| | | |\ \
| | | | * | Make netd_aidl_interface-V6-java available for connectivityKen Chen2021-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netd_aidl_interface-V6-java provides new API that referenced by ConnectivityService. Bug: 182460808 Bug: 171872481 Test: m Change-Id: Iefd3b8215d9d21afe82fedfad368d4952e0e9019
* | | | | | Merge "Add SettingsLib libraries used by PermissionController to ↵Treehugger Robot2021-05-110-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed_deps." am: 9f1f0d8423 am: 5c22d43292 am: 321c827488 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702865 Change-Id: I6c4a326e6d7b66908f4ccf55d5c32be78a68835d
| * | | | | Merge "Add SettingsLib libraries used by PermissionController to ↵Treehugger Robot2021-05-111-0/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed_deps." am: 9f1f0d8423 am: 5c22d43292 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702865 Change-Id: I276a63f1341e5176b090587d28a585e16c80bdd1
* | | | | | Merge "Add SettingsLib libraries used by PermissionController to ↵Treehugger Robot2021-05-111-0/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed_deps." am: 9f1f0d8423 am: 5c22d43292 am: d95489e737 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702865 Change-Id: I13864fee25061ea33a35f2183274fe112132cb7a
| * | | | | Merge "Add SettingsLib libraries used by PermissionController to ↵Treehugger Robot2021-05-111-0/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed_deps." am: 9f1f0d8423 am: 5c22d43292 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702865 Change-Id: I5caa737d118172fe48eaa2b5debe2ceecd9d6905
| | * | | | Merge "Add SettingsLib libraries used by PermissionController to ↵Treehugger Robot2021-05-111-0/+3
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed_deps." am: 9f1f0d8423 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702865 Change-Id: Ifeb6d09ea4a835ee374006e8582c61f2ab457bd1
| | | * | | Merge "Add SettingsLib libraries used by PermissionController to allowed_deps."Treehugger Robot2021-05-111-0/+3
| | | |\ \ \
| | | | * | | Add SettingsLib libraries used by PermissionController to allowed_deps.Hai Zhang2021-05-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use these SettingsLib preferences in order to adapt to the new Settings theme in S+. The minSdkVersion:21 here is technically incorrect and should be 30 instead. This will be addressed in a future change that fixes it for all SettingsLib libraries and cleans up the API Lint baseline text files as well. Bug: 14490549 Test: presubmit Change-Id: Id19c89116251ab4e7ce23ec1f80e272d0d8ccb13
* | | | | | | Merge "Add NetworkStackApi{Current/31}Shims with min_sdk 29 to allowed_deps" ↵Treehugger Robot2021-05-110-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c94d4e4aac am: 7721d15f7d am: 6d3b33e277 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702493 Change-Id: I0e792e69192be2ba36cd64b8779e7a7e8cb10583
| * | | | | | Merge "Add NetworkStackApi{Current/31}Shims with min_sdk 29 to allowed_deps" ↵Treehugger Robot2021-05-111-0/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c94d4e4aac am: 7721d15f7d Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1702493 Change-Id: Id810456e40b6c2ea3c46cf5501ce00cca8cc36f6
* | | | | | | Move SdkExtensions/proto to packages/modules/common. am: 075d07c591 am: ↵satayev2021-05-110-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e3feab76e am: 1c7a52c385 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1700071 Change-Id: Ib1414315197aaf3f47e311266111bbf80b6158e3