Commit Graph

1055 Commits

Author SHA1 Message Date
satayev
c2804a5c81 Merge "Introduce build script for mainline modules." am: 34fde44f04 am: cf65227715
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1760706

Change-Id: I8848d795fede6fd189fb1791a1381a987e1cbc22
2021-07-13 15:15:33 +00:00
satayev
cf65227715 Merge "Introduce build script for mainline modules." am: 34fde44f04
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1760706

Change-Id: I5d6bd4ba06eb9e950f73ba1bc487d0e497738d73
2021-07-13 15:06:09 +00:00
satayev
34fde44f04 Merge "Introduce build script for mainline modules." 2021-07-13 14:50:44 +00:00
Dario Freni
18484a5e60 Add PREBUILTS_MODULE_OWNERS.
Test: n/a
Bug: 188427719
Change-Id: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604
2021-07-13 14:54:13 +01:00
Xiao Ma
6d6c91c643 allow net-utils-device-commmon-netlink/struct lib deps.
Bug: 192535368
Test: m
Change-Id: Ibd425fb9beaa9a10bdac1edfe1eff9a0c0fe8ea1
2021-07-13 11:55:20 +00:00
satayev
37abbfca2a Introduce build script for mainline modules.
The build_unbundled_mainline_module.sh builds for a given product
a list of mainline modules. In AOSP it defaults to building all
AOSP modules.

Individual mainline_modules_<arch>.sh scripts are meant to build per
product targets for individual invocation on build servers. For example,
on AOSP presubmit we would want to build mainline_modules_x86_64.

The build script is meant to be re-used from internal version of the
scripts that would pass com.google variant of the modules.

Note that the script excludes bundles and stubs, since those are not
need to be built in AOSP. There will be a separate script internally
for those.

Bug: 191965323
Test: call the scripts, inspect out/dist/ directory.
Change-Id: I13dc723dd26fd8a2a43f46c3186513bcf5519fb5
2021-07-13 11:46:53 +01:00
Mathew Inwood
ffc366865c [automerger skipped] Merge "Support module_build_from_source for more prebuilt types." into sc-dev am: 8a777836c3 -s ours
am skip reason: Merged-In Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b with SHA-1 f3d73b0fd0 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15208802

Change-Id: I9552e95de0b5d6ab418aa5fb76f17a5da2db5724
2021-07-12 15:54:51 +00:00
Mathew Inwood
1511a75813 [automerger skipped] Merge "Support module_build_from_source for more prebuilt types." into sc-dev am: 8a777836c3 -s ours
am skip reason: Merged-In Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b with SHA-1 f3d73b0fd0 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15208802

Change-Id: I959228a6e1c6d2437c95b87b6b99d7f40ec84837
2021-07-12 15:54:47 +00:00
Mathew Inwood
8a777836c3 Merge "Support module_build_from_source for more prebuilt types." into sc-dev 2021-07-12 15:38:32 +00:00
Edgar Wang
a22f4c3999 Update minSdkVersion of SettingsLib compoments
- SettingsLibActionBarShadow

Bug: 187861723
Change-Id: I46172dc5efac90f203ab8dd63bee78da6a5b05a6
Test: rebuild
2021-07-12 03:04:34 +00:00
Ray Essick
e42bd805e8 Partitioned a media library, allow both parts into mainline am: e95b409d52 am: cb714d00a0
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758531

Change-Id: I1d8a922e2386baa3d9a37a53ba3ac60d4c09f5b3
2021-07-10 12:29:31 +00:00
Ray Essick
06f468914a Partitioned a media library, allow both parts into mainline am: e95b409d52 am: cb714d00a0
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758531

Change-Id: I86457e04c210c2e958481f6526dc07a4e7d8489a
2021-07-10 12:29:19 +00:00
Ray Essick
cb714d00a0 Partitioned a media library, allow both parts into mainline am: e95b409d52
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758531

Change-Id: I7db8e0d0b2e8a817377ec517398297debbf7d063
2021-07-10 12:12:13 +00:00
Ray Essick
e95b409d52 Partitioned a media library, allow both parts into mainline
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
2021-07-09 22:03:37 -07:00
Ray Essick
c8eb2b2dc5 Partitioned a media library, allow both parts into mainline am: 069693dd1e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15223205

Change-Id: I46fad377df52ffd4cad7b54f1526833b63138191
2021-07-08 22:19:53 +00:00
Ray Essick
32f44c3e77 Partitioned a media library, allow both parts into mainline am: 069693dd1e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15223205

Change-Id: I9b3734005554bee784692c569d61019c85126ee9
2021-07-08 22:19:44 +00:00
Ray Essick
069693dd1e Partitioned a media library, allow both parts into mainline
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
2021-07-08 05:56:18 -07:00
Mathew Inwood
d601831e13 Support module_build_from_source for more prebuilt types. am: f3d73b0fd0 am: 0548145d73
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758150

Change-Id: Ifbca200808d1187b9feb23dc94474055c8f3edfa
2021-07-07 16:28:20 +00:00
Mathew Inwood
e952f7dc8e Support module_build_from_source for more prebuilt types. am: f3d73b0fd0 am: 0548145d73
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758150

Change-Id: I640eb45d3f7fb5059b639e8f4f8289fdc5297611
2021-07-07 16:28:07 +00:00
Mathew Inwood
0548145d73 Support module_build_from_source for more prebuilt types. am: f3d73b0fd0
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1758150

Change-Id: Ic88948b8837ade7f575b18842988ef267d671a8d
2021-07-07 16:15:12 +00:00
Mathew Inwood
020d2a43c7 Support module_build_from_source for more prebuilt types.
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
2021-07-07 16:01:01 +01:00
Mathew Inwood
f3d73b0fd0 Support module_build_from_source for more prebuilt types.
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
Change-Id: Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b
2021-07-07 14:39:44 +00:00
Xiao Ma
1e6922ffd6 Update allowed_deps to accept networkstack-aidl-interfaces-V12.
Add two new Integer members: ipv4ProvisioningMode/ipv6ProvisioningMode
to represent different provisioning mode, and freeze networkstack aidl
interface to v12.

Bug: 161838070
Test: m
Change-Id: Ifa3cffec21beb95746cec43a4129ee0539c136d4
2021-07-05 02:38:14 +00:00
Lorenzo Colitti
3d1bb361d9 Merge "Update allowed_deps for networkstack-aidl-interfaces." am: 6928345c14 am: f7401677be
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1665100

Change-Id: Id8a7755f05b02518f9b6e5bbfbc283dd17e9e9ac
2021-07-02 06:57:02 +00:00
Lorenzo Colitti
8de7dae580 Merge "Update allowed_deps for networkstack-aidl-interfaces." am: 6928345c14 am: f7401677be
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1665100

Change-Id: I244b253629f35eb5e1eb85a2b07bb57f03800032
2021-07-02 06:56:54 +00:00
Lorenzo Colitti
f7401677be Merge "Update allowed_deps for networkstack-aidl-interfaces." am: 6928345c14
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1665100

Change-Id: I3d0a70e32deef927d0d82a2dbb1a601f6e825fba
2021-07-02 06:43:20 +00:00
Lorenzo Colitti
6928345c14 Merge "Update allowed_deps for networkstack-aidl-interfaces." 2021-07-02 06:26:57 +00:00
Chen Xu
b1c5e959ad Merge "apply settings new widget lib for the main feature switch" into sc-dev am: 6754a84590
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15140569

Change-Id: I76df0bbc37381bea106038f2e7f288a08701dca4
2021-07-01 18:19:02 +00:00
Chen Xu
b9c09e744b Merge "apply settings new widget lib for the main feature switch" into sc-dev am: 6754a84590
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15140569

Change-Id: Id99d5f914831d8fd71baddc6357c2a070440ee38
2021-07-01 18:18:57 +00:00
Chen Xu
6754a84590 Merge "apply settings new widget lib for the main feature switch" into sc-dev 2021-07-01 18:02:01 +00:00
Ken Chen
477a293671 [automerger skipped] Make netd_aidl_interface-V7-java available for connectivity am: 5e4cb017f1 -s ours
am skip reason: Merged-In I72b70e586fa1e1f7587f70ed1578510163787526 with SHA-1 a786b6c331 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15172230

Change-Id: I070b9e1b1a2057cc13d7eea99c02d93fb07991bd
2021-07-01 16:10:59 +00:00
Ken Chen
6171ac8b7e [automerger skipped] Make netd_aidl_interface-V7-java available for connectivity am: 5e4cb017f1 -s ours
am skip reason: Merged-In I72b70e586fa1e1f7587f70ed1578510163787526 with SHA-1 a786b6c331 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15172230

Change-Id: I81f949720d8648021629f337c407a477eb0af379
2021-07-01 16:09:33 +00:00
Treehugger Robot
7dce59623c Merge "Add base64 module deps for DnsResolver Rust DoH" am: 732a2c3ccb am: 0b2a2e2526
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1753863

Change-Id: I5cf0b36ade051fdf38ac7444d2b98f54dc317556
2021-07-01 11:07:22 +00:00
Treehugger Robot
0d1004e4f6 Merge "Add base64 module deps for DnsResolver Rust DoH" am: 732a2c3ccb am: 0b2a2e2526
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1753863

Change-Id: I414189ca4cd4efa5ba366ddc8bc340a7f8977778
2021-07-01 11:07:15 +00:00
Treehugger Robot
0b2a2e2526 Merge "Add base64 module deps for DnsResolver Rust DoH" am: 732a2c3ccb
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1753863

Change-Id: I331486a756562d4b3c82addd1bfcda3293ad4fc6
2021-07-01 10:58:11 +00:00
Treehugger Robot
732a2c3ccb Merge "Add base64 module deps for DnsResolver Rust DoH" 2021-07-01 10:44:09 +00:00
Ken Chen
5e4cb017f1 Make netd_aidl_interface-V7-java available for connectivity
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
2021-07-01 10:13:52 +00:00
Ken Chen
d3a7ac7adb Merge "Make netd_aidl_interface-V7-java available for connectivity" am: 185dbd0a0f am: 5c6ec876f0
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1746715

Change-Id: Ibbe91dfe152a9c62e08eacf79ba0d1b5800d00d3
2021-07-01 08:25:54 +00:00
Ken Chen
612af401b2 Merge "Make netd_aidl_interface-V7-java available for connectivity" am: 185dbd0a0f am: 5c6ec876f0
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1746715

Change-Id: I408cded39749d3eb359e5c101f002ad7ca22749a
2021-07-01 08:25:39 +00:00
Ken Chen
5c6ec876f0 Merge "Make netd_aidl_interface-V7-java available for connectivity" am: 185dbd0a0f
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1746715

Change-Id: I3826d0afbe1d8f87cf4faae8b7123f10f149c531
2021-07-01 08:11:11 +00:00
Ken Chen
185dbd0a0f Merge "Make netd_aidl_interface-V7-java available for connectivity" 2021-07-01 07:57:12 +00:00
Luke Huang
13d522411b Add base64 module deps for DnsResolver Rust DoH
Test: TH
Bug: 155855709
Change-Id: I61b0afb065e3bb394e1c8dea4c375f572d4522ed
2021-07-01 15:30:17 +08:00
Chen Xu
da3a3f122a apply settings new widget lib for the main feature switch
Bug: 183574149
Test: Manual test
Ignore-AOSP-First: Need cherry-pick
Change-Id: Icadb0daa3962b072c35e90e4ab4d44b03d9d86ed
2021-06-29 22:01:25 +00:00
Anton Hansson
a1d55dbc64 [automerger skipped] Merge "Remove workaround for IPSec buildfile not working" am: f30dbe85d7 am: e28f352936 -s ours
am skip reason: Merged-In Iaa255586103daf76fa336560f3cd1b31668cf414 with SHA-1 36ad23dddf is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1749721

Change-Id: I27838ef58a483201aa60990e1f0d799e65115d9c
2021-06-29 14:37:20 +00:00
Anton Hansson
9446519da5 [automerger skipped] Merge "Remove workaround for IPSec buildfile not working" am: f30dbe85d7 am: e28f352936 -s ours
am skip reason: Merged-In Iaa255586103daf76fa336560f3cd1b31668cf414 with SHA-1 36ad23dddf is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1749721

Change-Id: I157c433087227952a37353071911267947199433
2021-06-29 14:37:08 +00:00
Anton Hansson
e28f352936 Merge "Remove workaround for IPSec buildfile not working" am: f30dbe85d7
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1749721

Change-Id: I2ddfb1888f0270a867b72d3da1ef90f48e473d48
2021-06-29 14:24:36 +00:00
Anton Hansson
f30dbe85d7 Merge "Remove workaround for IPSec buildfile not working" 2021-06-29 14:08:41 +00:00
Dario Freni
c2aedff577 Move soong variable to different repo. am: 0b03c3971a am: 3f3c239911
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1748421

Change-Id: I39d16c8f39bebd94a5d39ddecab7bab7baa7dabc
2021-06-29 12:58:01 +00:00
Dario Freni
efe4036f40 Move soong variable to different repo. am: 0b03c3971a am: 3f3c239911
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1748421

Change-Id: Ie5e0fd617b3c2ef12a55ea781981e56935056718
2021-06-29 12:57:24 +00:00
Dario Freni
3f3c239911 Move soong variable to different repo. am: 0b03c3971a
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1748421

Change-Id: Icf0f00a6a45224241c25ac644b233150d7e4f1fc
2021-06-29 12:47:33 +00:00