- Apr 22, 2024
-
-
Treehugger Robot authored
-
Jeongik Cha authored
We're trying to build Android system image which is defined in Android.bp. It's cumbersome to set visibility for every apex module. So define an aggregated module for mainline modules. Bug: 321000103 Test: m nothing Change-Id: I3fb278feaa015ecbe3bb3a38440561533af8ad46 Merged-In: I3fb278feaa015ecbe3bb3a38440561533af8ad46
-
- Apr 19, 2024
-
-
Treehugger Robot authored
-
Jihoon Kang authored
framework-permission-s is currently being depended by the following modules: - test_com.android.permission android.net.ipsec.ike is currently being depended by the following modules: - com.android.ipsec - test_com.android.ipsec No-Allowed-Deps-Check: Preexisting dependencies Test: m Merged-In: I19c529b2fe030664037a4534d8609a04a49014e8 Change-Id: I7f8c5ae7b9ae054652b1463c3e90aa46206e4c01
-
- Apr 17, 2024
-
-
Chaohui Wang authored
Apex-Size-Increase: 37 kb Previous-Platform-Support: No Aosp-First: external dependency Ignore-AOSP-First: Need update AndroidX in main first to avoid conflict Test-Info: existing presubmit tests Bug: 322508920 Test: presubmit (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:96b72f65d7cf85f6978db2798b05f5bebae31866) Merged-In: I03e459b3521b55c8f1cfe94c9fb7618d485c44b5 Change-Id: I03e459b3521b55c8f1cfe94c9fb7618d485c44b5
-
- Apr 10, 2024
-
-
Alan Viverette authored
Bug: 331409973 Test: N/A No-Allowed-Deps-Check: no-op refactor Merged-In: I456b8f26a56f391c33f69233e86fdc13184811e7 Change-Id: I456b8f26a56f391c33f69233e86fdc13184811e7
-
- Apr 09, 2024
-
-
Owner Cleanup Bot authored
This suggested change is automatically generated based on group memberships and affiliations. If this change is unnecessary or in error, vote CR -1 and the bot will abandon it. Vote CR +1/2 to approve this change. See the owner's recent activity for context: https://android-review.googlesource.com/q/hsnali@google.com To report an issue, file a bug in the Infra>Codereview component. Change-Id: I2b2eaad1c75b8256c540af4dc7c95dafc9bb401e
-
- Apr 08, 2024
-
-
Anvesh Renikindi authored
Aosp-First: No Change-Id: Ia5d77ca35dfb9d5a9f17d46c4fb086b586cdacbd Merged-In: Ia5d77ca35dfb9d5a9f17d46c4fb086b586cdacbd Apex-Size-Increase: Previous-Platform-Support: yes Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution Test: NA
-
- Mar 28, 2024
-
-
Ted Bauer authored
-
Ted Bauer authored
We need to add a number of Rust crates as allowed dependencies for aconfig codegen, that will be used on all mainline modules. Bug: 328444881 Test: m Apex-Size-Increase: 157 KiB Previous-Platform-Support: yes Aosp-First: aconfig is an aosp-first project Test-Info: tests exist for each independent dependency Change-Id: I6a730476a306d2d5c62d029fc5b6d650b153bbde
-
Yang Sun authored
-
- Mar 26, 2024
-
-
Gurpreet Singh authored
Add a new release_config flag to finalize_sdk script to correct the build target for git_main branches. The flag is optional. Bug: 321970705 Test: packages/modules/common/tools/finalize_sdk.py -f 12 -b 256848771 -rc mainline -r 'Testing' -m com.google.android.adservices -m com.google.android.mediaprovider 11609273 Change-Id: I7d54eea799cc9be968976d07fb2fd5f587c71502
-
- Mar 21, 2024
-
-
Gurpreet Singh authored
-
Gurpreet Singh authored
Currently there exist no mapping between the module name to its git project directory (for prebuilts/module_sdk). This CL adds a .json file to android build artifacts, which can be fetched to obtain this mapping. The .json file contents for 2 modules looks like - { "com.google.android.adservices": { "module_sdk_project": "prebuilts/module_sdk/AdServices" }, "com.google.android.appsearch": { "module_sdk_project": "prebuilts/module_sdk/AppSearch" }, } This can be extended to add any more information about a module. Bug: 321970705 Test: packages/modules/common/build/mainline_modules_sdks.sh --build-release=latest Test: The file generates successfully at dist root. Test: atest mainline_modules_sdks_test Change-Id: I2fde908612b890057ce79ef1eb2668168ca070df
-
Mårten Kongstad authored
Commit 5c49b1c2 changed how build_number.txt is generated. As a result, BUILD_NUMBER is no longer used. Remove it. Bug: N/A Test: croot && packages/modules/common/build/mainline_modules_sdks.sh --build-release next Change-Id: I89e2bc912fac11d8ac8b98e48135958b3d19b1ec
-
- Mar 20, 2024
-
-
Gurpreet Singh authored
Used the following command to format - "pyformat -s 4 --force_quote_type double -i build/mainline_modules_sdks*.py" Bug: N/A Test: atest mainline_modules_sdks_test Change-Id: Ib348969c02bf418103c25046d2cfed96d48f69cc Merged-In: I4cb1b6409046f5a0dc06bfb09612a5b0f1cbc380
-
Jag authored
Bug: 238203992 Test: packages/modules/common/build/mainline_modules_sdks.sh Result: udc-mainline-prod/out/dist/mainline-sdks/for-latest-build/current$ for i in `ls */**/*.zip`; do echo "---- $i ----"; unzip -p $i Android.bp | cat | grep -A3 -i 'use_source_config_var' | sort | uniq -c; done ---- com.android.adservices/sdk/adservices-module-sdk-current.zip ---- 6 }, 5 -- 6 config_namespace: "adservices_module", 6 use_source_config_var: { 6 var_name: "source_build", ---- com.android.appsearch/sdk/appsearch-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "appsearch_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.art/host-exports/art-module-host-exports-current.zip ---- 10 }, 9 -- 10 config_namespace: "art_module", 10 use_source_config_var: { 10 var_name: "source_build", ---- com.android.art/sdk/art-module-sdk-current.zip ---- 37 }, 36 -- 37 config_namespace: "art_module", 37 use_source_config_var: { 37 var_name: "source_build", ---- com.android.art/test-exports/art-module-test-exports-current.zip ---- 18 }, 17 -- 18 config_namespace: "art_module", 18 use_source_config_var: { 18 var_name: "source_build", ---- com.android.btservices/sdk/btservices-module-sdk-current.zip ---- 7 }, 6 -- 7 config_namespace: "btservices_module", 7 use_source_config_var: { 7 var_name: "source_build", ---- com.android.configinfrastructure/sdk/configinfrastructure-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "configinfrastructure_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.conscrypt/host-exports/conscrypt-module-host-exports-current.zip ---- 2 }, 1 -- 2 config_namespace: "conscrypt_module", 2 use_source_config_var: { 2 var_name: "source_build", ---- com.android.conscrypt/sdk/conscrypt-module-sdk-current.zip ---- 6 }, 5 -- 6 config_namespace: "conscrypt_module", 6 use_source_config_var: { 6 var_name: "source_build", ---- com.android.conscrypt/test-exports/conscrypt-module-test-exports-current.zip ---- 3 }, 2 -- 3 config_namespace: "conscrypt_module", 3 use_source_config_var: { 3 var_name: "source_build", ---- com.android.healthfitness/sdk/healthfitness-module-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "healthfitness_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.ipsec/sdk/ipsec-module-sdk-current.zip ---- 2 }, 1 -- 2 config_namespace: "ipsec_module", 2 use_source_config_var: { 2 var_name: "source_build", ---- com.android.mediaprovider/sdk/mediaprovider-module-sdk-current.zip ---- 3 }, 2 -- 3 config_namespace: "mediaprovider_module", 3 use_source_config_var: { 3 var_name: "source_build", ---- com.android.media/sdk/media-module-sdk-current.zip ---- 5 }, 4 -- 5 config_namespace: "media_module", 5 use_source_config_var: { 5 var_name: "source_build", ---- com.android.ondevicepersonalization/sdk/ondevicepersonalization-module-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "ondevicepersonalization_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.os.statsd/sdk/statsd-module-sdk-current.zip ---- 6 }, 5 -- 6 config_namespace: "statsd_module", 6 use_source_config_var: { 6 var_name: "source_build", ---- com.android.permission/sdk/permission-module-sdk-current.zip ---- 5 }, 4 -- 5 config_namespace: "permission_module", 5 use_source_config_var: { 5 var_name: "source_build", ---- com.android.rkpd/sdk/rkpd-sdk-current.zip ---- 2 }, 1 -- 2 config_namespace: "rkpd_module", 2 use_source_config_var: { 2 var_name: "source_build", ---- com.android.scheduling/sdk/scheduling-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "scheduling_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.sdkext/sdk/sdkextensions-sdk-current.zip ---- 2 }, 1 -- 2 config_namespace: "sdkext_module", 2 use_source_config_var: { 2 var_name: "source_build", ---- com.android.tethering/sdk/tethering-module-sdk-current.zip ---- 9 }, 8 -- 9 config_namespace: "tethering_module", 9 use_source_config_var: { 9 var_name: "source_build", ---- com.android.uwb/sdk/uwb-module-sdk-current.zip ---- 4 }, 3 -- 4 config_namespace: "uwb_module", 4 use_source_config_var: { 4 var_name: "source_build", ---- com.android.wifi/sdk/wifi-module-sdk-current.zip ---- 5 }, 4 -- 5 config_namespace: "wifi_module", 5 use_source_config_var: { 5 var_name: "source_build", Ignore-AOSP-First: May not be intended for AOSP as all of these modules are mandatory module and this handles a special use case as per the bug. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0837f63bfbfff993ef85ea5800ba23ce94eff9d7) Merged-In: Ida53175134f675cf1d84f1af51ec07d7ad06cf48 Change-Id: Ida53175134f675cf1d84f1af51ec07d7ad06cf48
-
- Mar 18, 2024
-
-
Vineel Sadineni authored
Change-Id: I435a1d5cd71f24a50802ee4f63b47e3df91ed7a4 Merged-In: I435a1d5cd71f24a50802ee4f63b47e3df91ed7a4 Test: Treehugger Bug: 322508920 Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: yes Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution
-
Treehugger Robot authored
-
Xiao Ma authored
Previous-Platform-Support: yes Aosp-First: yes Test-Info: build and flash Apex-Size-Increase: 5.7M for androidx.browser.jar itself without R8 shrinking, it's 24K after R8 shrinking and the resource folder primarily contributes to the 24K. Bug: 329361366 Test: TH Change-Id: I19f0fb0a40e663dc0e5964ab2549bb77eb8eeb64
-
- Mar 13, 2024
-
-
Yang Sun authored
Added net-utils-device-common-struct-base and removed net-utils-multicast-forwarding-structs. Apex-Size-Increase: 0 the com.android.tethering.apex size remains 25309184 Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: Presubmit Change-Id: I4d8dd8e591812bbe412db16f12adf6892ac5e582
-
- Mar 06, 2024
-
-
Xin Li authored
Bug: 319669529 Merged-In: I9d9e6b16fe91b52c8737948614c1fb4bbcf113fe Change-Id: I6f5f5d15d99858ac9a18f499eafb339aaeef91b4
-
- Feb 29, 2024
-
-
Yang Sun authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2968322 Change-Id: I9d9e6b16fe91b52c8737948614c1fb4bbcf113fe Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yang Sun authored
-
- Feb 28, 2024
-
-
Justin Yun authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2979290 Change-Id: I69ac5e5a87a9c6c80d2ac6f2ab558b0aae24a410 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Feb 27, 2024
-
-
Justin Yun authored
libvendorsupport_llndk_headers provides __INTRODUCED_IN_LLNDK that is available to all c modules. Apex-Size-Increase: none (c macros) Previous-Platform-Support: yes Aosp-First: yes Test-Info: build test for the header lib Bug: 302113279 Test: TH Change-Id: I213c461b675efd08bcfd5d5e6314efd6667f6fd6
-
- Feb 26, 2024
-
-
Yang Sun authored
Instead of including net-utils-device-common-struct in framework-connectivity, a new net-utils-device-multicast-forwarding-structs is added to be included in service-connectivity-pre-jarjar. Apex-Size-Increase: -16384 the com.android.tethering.apex size changed from 25137152 to 25120768 Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: Presubmit Bug: 323503345 Change-Id: I0ec57d018ff02ef639ed183c43995e4f39d20590
-
- Feb 15, 2024
-
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2965542 Change-Id: I2994556e4b6ca5bfeca24250793a013039601293 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Nishant Panwar authored
Apex-Size-Increase: 20KB Test-Info: unit tests Aosp-First: internal Previous-Platform-Support: R Test: m Bug: 319339682 Change-Id: Id7a71fe2c60b321e0b20f225342a58241f924c4d
-
- Feb 13, 2024
-
-
Martin Stjernholm authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2954597 Change-Id: I9194d2fd9c3f0779fb84a53cd59ed89ed9296175 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Martin Stjernholm authored
Without this there will be no targets in the build command lines, so they'll try to build `droid`, which doesn't work in unbundled mode. Test: env TARGET_BUILD_APPS=com.android.runtime \ packages/modules/common/build/mainline_modules_sdks.sh \ --build-release latest --build-platform-sdks-for-mainline Test: packages/modules/common/build/mainline_modules_sdks.sh \ --build-release latest Bug: 323555083 Change-Id: I8a8e5311c77c5a1f879e992a5c24159bcb3b77a5
-
- Feb 06, 2024
-
-
Quang Luong authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2909102 Change-Id: Ie7bd4046e1eed05a8f623b1a58273632a13c0800 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Quang Luong authored
-
- Feb 01, 2024
-
-
Kalesh Singh authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2933971 Change-Id: Ieb9f788a636ac5475b5c4c85bad48045a5d3b39d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2864181 Merged-In: I36801098a6afd01dbf6e2630a8d7d2d3d259c44b Change-Id: I54198d6fb7cfcced835c037fdc31934e562eda13 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Kalesh Singh authored
-
- Jan 31, 2024
-
-
Treehugger Robot authored
-
Xin Li authored
ExtServices was renamed to ExtServices_tplus. Bug: 323066559 Ignore-AOSP-First: staging branch Change-Id: I816b6200c84c608f4b7b55736d72c6206d2b6c01
-
- Jan 30, 2024
-
-
Kalesh Singh authored
Apex-Size-Increase: negligible Previous-Platform-Support: V Aosp-First: V Test-Info: realelf -WS .../lib.so | grep crt_pad_segment Test: m Bug: 316403210 Change-Id: I2d3cb7f48d6089272909460450ae7993d8269ae6 Signed-off-by:
Kalesh Singh <kaleshsingh@google.com>
-