- Mar 28, 2024
-
-
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
-
- 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 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>
-
- Jan 29, 2024
-
-
Xin Li authored
Bug: 319669529 Merged-In: I58a954e74e5e980224c300d4d58e536f345dcc10 Change-Id: Ifa9f5f5c5016f69f245a8d8667f282f4793f650a
-
Ayush Jain authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2921909 Change-Id: Ibda9b01efbd7a73717e5fdd86426aab34b2fa616 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Jan 23, 2024
-
-
Ayush Jain authored
Apex-Size-Increase: 2878597 (combined/com.uwb.support.aliro.jar size) Aosp-First: Yes Previous-Platform-Support: N/A Test-Info: N/A Test: make com.android.uwb Bug: 321757248 Change-Id: Icb71c0d3f2317137c3b2fa049f7365c430930578
-
- Jan 18, 2024
-
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2918105 Change-Id: Ie3f60de4a9d9754940a7820bd4df9618e5ca9b1e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
strict_updatability_linting has been disabled for a while now, due to an expansion in scope of the NewApi check. We're going to re-enable it now, but doing so requires removing it from all modules that have baselined NewApi issues. Bug: 320698986 Test: Presubmits Change-Id: Id364794b6e36f6c6d7fac1d71528c63fa702732c
-
- Jan 15, 2024
-
-
Quang Anh Luong authored
Apex-Size-Increase: negligible Just replace networkstack_aidl_interface-V20 with V21 which has one more API defined in ProvisioningConfigurationParcelable.aidl Previous-Platform-Support: Y Aosp-First: Y Test-Info: NetworkStackIntegrationTests Bug: 300976731 Test: m Change-Id: I85431e015cbc9b5eb734c4bbec855d8c1181ac80
-
- Jan 13, 2024
-
-
Sungtak Lee authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2907164 Change-Id: I063e219c5bd9b01c57985fad1617db478b419aed Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sungtak Lee authored
-
- Jan 12, 2024
-
-
Roshan Pius authored
Bug: 303286040 Test: Compiles Merged-In: I36801098a6afd01dbf6e2630a8d7d2d3d259c44b Change-Id: I36801098a6afd01dbf6e2630a8d7d2d3d259c44b
-
Sungtak Lee authored
Bug: 254050314 Test: m Change-Id: Ieb894510cbf44c206cfbff403ade58d35810cdb2
-
- Jan 10, 2024
-
-
Christopher Ferris authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2860469 Change-Id: I1418b7e662b1a0f905186d51f15af3ccf2828e04 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Jan 05, 2024
-
-
Christopher Ferris authored
Apex-Size-Increase: negligible Previous-Platform-Support: Y Aosp-First: Y Test-Info: libunwindstack_unit_tests Bug: 309857311 Test: Builds. Change-Id: I09b631742516e33dcad47ae9d29afbcaa2e695b9
-