Nicolas Geoffray
25edac85d4
Add libc_headers in allowed_deps. am: a9d0b3a212 am: 4fcdc3664e
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1938317
Change-Id: Ie7c99bca154cbf4d0999a0bbceb5924a1e502f89
2022-01-06 12:47:20 +00:00
Nicolas Geoffray
4fcdc3664e
Add libc_headers in allowed_deps. am: a9d0b3a212
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1938317
Change-Id: Id2182505654a94312218d31d7a4e589cb41ea707
2022-01-06 12:28:14 +00:00
Nicolas Geoffray
a9d0b3a212
Add libc_headers in allowed_deps.
...
Needed for successfully invoking
vendor/google/modules/ArtGoogle/build-art-module.sh in mainline-art-dev.
Test: vendor/google/modules/ArtGoogle/build-art-module.sh
Change-Id: I5bfd0305f6433fa9c0138f0827b361c151779e14
2022-01-06 10:05:45 +00:00
Anton Hansson
b64100dbc4
Remove references to win_sdk am: 5579fed193 am: 05a4e7fd5c am: afc3eb7798
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1927267
Change-Id: I4c219f760c4805a2a019d462a7887fe7e2d670b8
2022-01-05 19:10:40 +00:00
Anton Hansson
afc3eb7798
Remove references to win_sdk am: 5579fed193 am: 05a4e7fd5c
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1927267
Change-Id: Ib63ad8a26a502b7f835eaa55a0458d33a602970b
2022-01-05 08:45:41 +00:00
Anton Hansson
05a4e7fd5c
Remove references to win_sdk am: 5579fed193
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1927267
Change-Id: Ic72e078d4d6056d2dd03d2f6269853dc1d58efdd
2022-01-05 08:29:21 +00:00
Anton Hansson
5579fed193
Remove references to win_sdk
...
This goal doesn't exist anymore. The build system automatically
translates it to "sdk".
Test: m win_sdk dist && inspect out/dist/apistubs
Change-Id: Ia54e92c96ef91250351735827ab07e339fe26c15
2022-01-04 09:10:36 +00:00
Hungming Chen
c92192b1f2
Add libip_checksum to allow_deps.txt am: e81082ddfe am: 62d1969abe am: 668528a173
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1934198
Change-Id: I7201af97ef888466aa624908c766114397246161
2021-12-28 23:38:04 +00:00
Hungming Chen
668528a173
Add libip_checksum to allow_deps.txt am: e81082ddfe am: 62d1969abe
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1934198
Change-Id: I9d4d78298715bf8110e4affb49ae11917ed13ed8
2021-12-28 23:16:20 +00:00
Hungming Chen
62d1969abe
Add libip_checksum to allow_deps.txt am: e81082ddfe
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1934198
Change-Id: I1daace7500cb91a5750c6114bb9958116d61f5d3
2021-12-28 23:00:24 +00:00
Hungming Chen
e81082ddfe
Add libip_checksum to allow_deps.txt
...
Needed because the new dependencies of libip_checksum is required for
moving clatd into tethering module.
Apex-Size-Increase: 8192B
before:
out/target/product/raven/system/apex/com.android.tethering.apex
-rw-r----- 1 nuccachen primarygroup 2961408 Dec 25 15:44 out/target/product/raven/system/apex/com.android.tethering.apex
after:
out/target/product/raven/system/apex/com.android.tethering.apex
-rw-r----- 1 nuccachen primarygroup 2969600 Dec 25 15:58 out/target/product/raven/system/apex/com.android.tethering.apex
Previous-Platform-Support: yes
libip_checksum is a static library.
tethering module links libip_checksum statically.
Aosp-First: yes
Ignore-AOSP-First: merge conflict resolutions
Test-Info: atest libclat and manual test to check modified clatd works
We will be adding integration test.
Test: TH
Bug: 212345928
Change-Id: Ieba9e2819e225aa7f40e0df219c2c6b9eebf9efe
Merged-In: Ieba9e2819e225aa7f40e0df219c2c6b9eebf9efe
2021-12-28 14:40:14 -08:00
Ken Chen
8d4421c9a4
Rename bpf_map_utils to bpf_headers am: d1c090c8ff am: cc2e4c7a40 am: 4791ecc5f8
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925625
Change-Id: I7620187e73459ff8b1319d7c6c1c58fa55c7d3fa
2021-12-23 17:38:07 +00:00
Ken Chen
4791ecc5f8
Rename bpf_map_utils to bpf_headers am: d1c090c8ff am: cc2e4c7a40
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925625
Change-Id: Id1cfbd4c008455461ef5181cc938ded9c96258f4
2021-12-23 17:21:23 +00:00
Ken Chen
cc2e4c7a40
Rename bpf_map_utils to bpf_headers am: d1c090c8ff
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925625
Change-Id: I578b307dc06965db7131fc0ae18ed7a0c4b7f499
2021-12-23 16:51:50 +00:00
Ken Chen
d1c090c8ff
Rename bpf_map_utils to bpf_headers
...
Use a generic name so that it can contain more bpf related headers.
Bug: 202086915
Test: build
Apex-Size-Increase: 0
Previous-Platform-Support: Yes
Aosp-First: Yes
Test-Info: m; flash; boot
Change-Id: I8f94a8ef2cf7cc25737847e706e42813f9d05aee
2021-12-23 09:43:13 +08:00
Jiyong Park
d8fdf08f24
Add fmtlib_headers to the allowed list. am: 5edb66c5b5 am: dcf934720f am: b6fe0cdedb
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1922120
Change-Id: I06fb7f6fa170813b0f3ddef3a5f721b5fdda1cdc
2021-12-20 15:47:26 +00:00
Jiyong Park
b6fe0cdedb
Add fmtlib_headers to the allowed list. am: 5edb66c5b5 am: dcf934720f
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1922120
Change-Id: I1b742edeac4bffd3a7c14b638de01fe1c19669e8
2021-12-20 15:06:59 +00:00
Jiyong Park
dcf934720f
Add fmtlib_headers to the allowed list. am: 5edb66c5b5
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1922120
Change-Id: I03115982f39a240cb7958d8c7a9693ac9268dc5c
2021-12-20 14:44:49 +00:00
Jiyong Park
5edb66c5b5
Add fmtlib_headers to the allowed list.
...
fmtlib has been in the list. The header variant of the lib was created
and it needs to be added as well.
Bug: 209929099
Test: m
Test-Info: No behavior change. fmtlib has been in the allow list. The
header variant of the lib was created and it is used in the header-only
contexts.
Apex-Size-Increase: 0
Previous-Platform-Support: 29 (the same as min_sdk_version of fmtlib)
Aosp-First: Yes.
Change-Id: Ic430285fdb2d64077e6d61c81c78aab4a9842ed7
2021-12-20 13:43:27 +09:00
Alan Viverette
96d87440eb
[automerger skipped] Update allowed_deps.txt to account for correct library target names am: 737bceeaae -s ours am: 1ac56beffb -s ours am: 1cf6410e84 -s ours
...
am skip reason: Merged-In I69c769b1b51cec5fd98ba312edc9b6610df8cdd4 with SHA-1 131c540897 is already in history
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925317
Change-Id: I929459e4afa4ddc36286010f59addede16d58632
2021-12-16 20:59:43 +00:00
Alan Viverette
1cf6410e84
[automerger skipped] Update allowed_deps.txt to account for correct library target names am: 737bceeaae -s ours am: 1ac56beffb -s ours
...
am skip reason: Merged-In I69c769b1b51cec5fd98ba312edc9b6610df8cdd4 with SHA-1 131c540897 is already in history
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925317
Change-Id: I0499dfba902a303dc27206f048dc0db521bb1def
2021-12-16 20:43:51 +00:00
Alan Viverette
1ac56beffb
[automerger skipped] Update allowed_deps.txt to account for correct library target names am: 737bceeaae -s ours
...
am skip reason: Merged-In I69c769b1b51cec5fd98ba312edc9b6610df8cdd4 with SHA-1 131c540897 is already in history
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1925317
Change-Id: Id4c6df4afcc609b2ced3e425fecf9d704acf5d73
2021-12-16 19:40:40 +00:00
Colin Cross
44d8447167
Merge "Update allowed_deps.txt to account for correct library target names" into stage-aosp-master am: 778c2120fc am: 9980f3672b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15855248
Change-Id: I4ee0354413f5c3f143f50f9aaffe57296630d1b9
2021-12-16 00:50:17 +00:00
Colin Cross
9980f3672b
Merge "Update allowed_deps.txt to account for correct library target names" into stage-aosp-master am: 778c2120fc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15855248
Change-Id: I502f9ba58ae676e35c3ffdf596a45ac701c20b65
2021-12-16 00:29:27 +00:00
Alan Viverette
737bceeaae
Update allowed_deps.txt to account for correct library target names
...
No new dependencies.
Bug: 197802324
Test: Global presubmit
Change-Id: I69c769b1b51cec5fd98ba312edc9b6610df8cdd4
Merged-In: I69c769b1b51cec5fd98ba312edc9b6610df8cdd4
(cherry picked from commit 59ba4d4460 )
2021-12-15 14:38:05 -08:00
Colin Cross
778c2120fc
Merge "Update allowed_deps.txt to account for correct library target names" into stage-aosp-master
2021-12-15 22:07:28 +00:00
satayev
626aa28244
Disable ipsec and tethering module builds on postsubmit. am: 236d765ba3 am: 71650ba583 am: 4125155859
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1924422
Change-Id: I2161c2b5958306e6c972b5ed2ffa1cfe69c0ac51
2021-12-15 18:26:47 +00:00
satayev
4125155859
Disable ipsec and tethering module builds on postsubmit. am: 236d765ba3 am: 71650ba583
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1924422
Change-Id: Ieecd4fa6904b11a807cb3b4f52efa78a9607b471
2021-12-15 18:11:22 +00:00
satayev
71650ba583
Disable ipsec and tethering module builds on postsubmit. am: 236d765ba3
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1924422
Change-Id: I686410d731ac7b4bc751b4095c7d68dce9bf3297
2021-12-15 17:54:33 +00:00
satayev
236d765ba3
Disable ipsec and tethering module builds on postsubmit.
...
We are enabling continous postsubmit builds for AOSP modules. These
modules are not building at ToT at the moment; exclude them so we can
get a green postsubmit build for other modules.
Bug: 210694291
Test: run packages/modules/common/build/mainline_modules_x86_64.sh locally
Change-Id: Iea756639962e5c87a4ae5539890a9ab8909286c3
2021-12-15 16:03:43 +00:00
satayev
76759566ac
Update MODULE_OWNERS. am: 33d2dd205f am: f21927f542 am: 664f88639e
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1919403
Change-Id: Id03d76797e287e9d9ef14154deccda7a6623bebd
2021-12-13 16:58:52 +00:00
satayev
664f88639e
Update MODULE_OWNERS. am: 33d2dd205f am: f21927f542
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1919403
Change-Id: I7087a19fe2a44d22403692d6d8f4d99dec549955
2021-12-13 16:44:57 +00:00
satayev
f21927f542
Update MODULE_OWNERS. am: 33d2dd205f
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1919403
Change-Id: Ia37d10cf5a5aa793c3658a75e31c368db5525b3f
2021-12-13 16:22:32 +00:00
satayev
33d2dd205f
Update MODULE_OWNERS.
...
Bug: N/A
Test: presubmit
Change-Id: I9e6c9368e4bfc5e5b7eee340b5583c5a8477e840
2021-12-13 14:44:39 +00:00
Santiago Seifert
48d7b1805b
Merge "Add ExoPlayer-related targets to allowed_deps" am: 1c24e77b31 am: d3732d9484 am: e8df778a0a
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1916560
Change-Id: Ifd5e14ff94c57d62a4063c97b41ecca59945bb38
2021-12-10 18:45:53 +00:00
Santiago Seifert
e8df778a0a
Merge "Add ExoPlayer-related targets to allowed_deps" am: 1c24e77b31 am: d3732d9484
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1916560
Change-Id: I385fc0700747872a176cd76e9e64a5d14024d649
2021-12-10 18:25:00 +00:00
Santiago Seifert
d3732d9484
Merge "Add ExoPlayer-related targets to allowed_deps" am: 1c24e77b31
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1916560
Change-Id: I30d0df67961c8820b2204ff965106f3f4988ecfa
2021-12-10 18:08:27 +00:00
Santiago Seifert
1c24e77b31
Merge "Add ExoPlayer-related targets to allowed_deps"
2021-12-10 17:32:12 +00:00
paulhu
6eeafcf5d6
Make framework-module-defaults visible to ConnectivityT am: cb20205e85 am: 794848ff76 am: 190f9f6370
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1903454
Change-Id: I557c00756d5e372584f6c02475c986ef44233610
2021-12-10 14:17:21 +00:00
paulhu
190f9f6370
Make framework-module-defaults visible to ConnectivityT am: cb20205e85 am: 794848ff76
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1903454
Change-Id: I83562067526e55b55859c05281f1bc0b92ab4ca9
2021-12-10 14:01:55 +00:00
paulhu
794848ff76
Make framework-module-defaults visible to ConnectivityT am: cb20205e85
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1903454
Change-Id: I3729eb23982eddff041c7e2fc90e74d750ab2a62
2021-12-10 13:37:29 +00:00
paulhu
cb20205e85
Make framework-module-defaults visible to ConnectivityT
...
Bug: 206893064
Test: m
Change-Id: Ia55a98c9a7dbb8b9ae7e148a9ebaaa5423f91f1f
2021-12-10 13:39:42 +08:00
Santiago Seifert
10a68b7f21
Add ExoPlayer-related targets to allowed_deps
...
Bug: 203391388
Test: m
Test-Info: No behavior change. The media apex already
depends on ExoPlayer targets.
Apex-Size-Increase: 0. Dependency already exists in the media apex.
Previous-Platform-Support: No behavior change. The media apex already
depends on ExoPlayer targets.
Aosp-First: Yes.
Change-Id: Iaa097dab34800549f8d0aee425c1de3d34cd4317
Change-Id: Id0399050a44a16f03fb5f99c48f3295ecee18e41
2021-12-09 16:09:19 +00:00
Santiago Seifert
9d6714dd8d
Add error_prone sdk 29 to allowed_deps am: ae6e8ee5d3 am: bb6730e270 am: d5f0affa0a
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1913807
Change-Id: Ic2dcff36ada31894443728e26b7fdc31e277ecd7
2021-12-08 14:24:45 +00:00
Santiago Seifert
d5f0affa0a
Add error_prone sdk 29 to allowed_deps am: ae6e8ee5d3 am: bb6730e270
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1913807
Change-Id: I173f057a1c55aad73b3413330b7cd23abd1a6f8f
2021-12-08 14:12:49 +00:00
Santiago Seifert
bb6730e270
Add error_prone sdk 29 to allowed_deps am: ae6e8ee5d3
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1913807
Change-Id: I16fbe695071d1c3831e99d3d817f6bb258c21f59
2021-12-08 13:55:24 +00:00
Santiago Seifert
ae6e8ee5d3
Add error_prone sdk 29 to allowed_deps
...
Bug: 203391388
Test: m
Change-Id: I804f4e5aef2cc2542738a208b5556a7f38319bc5
2021-12-07 16:48:57 +00:00
Ken Chen
f6a8f17256
[NETD-BPF#31] Update allowed_deps.txt for bpf_map_utils am: cbb0238405 am: fcbe79ac53 am: 4a297056c8
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1873879
Change-Id: I629747629c2fdda5c6b6b97f008e4289a4d0a136
2021-12-06 18:19:14 +00:00
Ken Chen
4a297056c8
[NETD-BPF#31] Update allowed_deps.txt for bpf_map_utils am: cbb0238405 am: fcbe79ac53
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1873879
Change-Id: I6194bbe4563928e071aeed60d5d263b3828a25dd
2021-12-06 18:07:24 +00:00
Ken Chen
fcbe79ac53
[NETD-BPF#31] Update allowed_deps.txt for bpf_map_utils am: cbb0238405
...
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1873879
Change-Id: Ibc6084414e3b09804cfd984c2d188fc7cbbb18ff
2021-12-06 17:51:14 +00:00