Commit Graph

175 Commits

Author SHA1 Message Date
Ken Chen
b9988f0049 Merge "[NETD-BPF#19] Mainline part of bpf code from netd" am: 523eaffcdf am: cdbe931643
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1849156

Change-Id: I6bf5c4fb52d362411a85b05411991940455a0282
2022-01-31 23:38:34 +00:00
Ken Chen
cdbe931643 Merge "[NETD-BPF#19] Mainline part of bpf code from netd" am: 523eaffcdf
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1849156

Change-Id: Id7ee21b5e4c51725b5c8fe92e10531b2bce68dd7
2022-01-31 23:08:34 +00:00
Patrick Rohr
361b859b00 Merge libtraffic_controller_jni into libservice-connectivity
There is not really a point to separate these two as they are all used
in ConnectivityService.
As a future TODO, we might want to rename libservice-connectivity to
libcom_android_server_jni to be more inline with the jarjar'ed jni lib
versions.

Test: atest FrameworksNetTests:ConnectivityServiceTest
Change-Id: I1b9f4fde345038bda6b3ffcf8e3f47cf9262e052
2022-01-31 16:18:51 +01:00
Remi NGUYEN VAN
1fe534a6ba Merge changes from topic "nearby_tethering_apex"
* changes:
  Start Nearby from Connectivity ServiceInitializer
  Add nearby to tethering apex
  Enable proguard on service-connectivity
2022-01-31 04:25:49 +00:00
Ken Chen
1647f60d66 [NETD-BPF#19] Mainline part of bpf code from netd
1. Add libnetd_updatable.so in com.android.tethering. The library is
loaded by netd. Currently, it mainly targets on a few functions which
access BPF maps. The functionality may extend in the future.

2. Attach gcroup progs from libnetd_updatable.so.

3. Move (privileged)TagSocket and untagSocket implementation to mainline
module. Combine privilegedTagSocket and untagSocket into a single
function.

4. Split related unit tests from netd_unit_test to
libnetd_updatable_unit_test as well.

Bug: 202086915
Test: cd system/netd; atest
Test: atest TrafficStatsTest NetworkUsageStatsTest

Change-Id: Ib556458103a4cbb643c1342d9b689ac692160de0
2022-01-30 09:51:25 +08:00
Remi NGUYEN VAN
da53c1039a Merge "DO NOT MERGE: Disable tethering.inprocess APEX in stable branch" into sc-mainline-prod 2022-01-28 03:30:13 +00:00
Lorenzo Colitti
591035e7f8 Merge changes from topic "dscp_policies" am: 2a947ceb50 am: aa8facf3ac
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1963241

Change-Id: Icf9a3aa63533e606d477ad6712983a28322ecd77
2022-01-27 23:54:58 +00:00
Lorenzo Colitti
aa8facf3ac Merge changes from topic "dscp_policies" am: 2a947ceb50
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1963241

Change-Id: Ibf006cef2191a407978edbae20ac9910e03a7be5
2022-01-27 23:37:51 +00:00
Lorenzo Colitti
2a947ceb50 Merge changes from topic "dscp_policies"
* changes:
  Don't enable DscpPolicyTracker on pre-T devices.
  Allow service JNI in FrameworksNetIntegrationTests.
  Don't manually load the JNI library in DscpPolicyTracker.
  Process DSCP QoS events for policies
  Allow using BpfMap and TcUtils in unit tests.
2022-01-27 23:25:54 +00:00
Remi NGUYEN VAN
d981a68aa0 DO NOT MERGE: Disable tethering.inprocess APEX in stable branch
Disable the tethering.inprocess APEX in stable API module
branch, as it builds against unstable API stubs that cannot be
built there.

Ignore-AOSP-First: this allows avoiding merge conflicts in AOSP
Bug: 190249673
Change-Id: I474faea75293f33fa4cd53c7619087503c658b74
Test: m
2022-01-27 13:24:25 +00:00
Remi NGUYEN VAN
e6aeb55d8d Merge "Add var to enable/disable tethering next APEX" am: e9370c5ef4 am: 23565ae472
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1962623

Change-Id: Ie73306a261fd2f6ad6fc32ddf6e8c1f27393a060
2022-01-27 12:14:19 +00:00
Remi NGUYEN VAN
23565ae472 Merge "Add var to enable/disable tethering next APEX" am: e9370c5ef4
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1962623

Change-Id: I5cf08bb97b66dbc1234bca87317125bddf51bffa
2022-01-27 11:58:06 +00:00
Remi NGUYEN VAN
e9370c5ef4 Merge "Add var to enable/disable tethering next APEX" 2022-01-27 11:41:26 +00:00
Tyler Wear
723882126a Process DSCP QoS events for policies
New events to handle adding and removing of DSCP QoS policies.
Async indication sends status back to client if the policy
has been added, failed, or if the policy limit has been
reached.

Bug: 202871011
Change-Id: I7988d22ae625ad0dd415927d2943de4a749e6fb8
2022-01-27 10:19:27 +00:00
Remi NGUYEN VAN
f24553d950 Add var to enable/disable tethering next APEX
This is necessary to disable the .inprocess APEX, in branches that only
use stable APIs, as it depends on unstable stubs. override_apex does not
support defaults.

Bug: 190249673
Test: m
Change-Id: Ib4a27b65f3c5b6d4b0ac69e85cf671038efc5744
2022-01-27 13:21:25 +09:00
Remi NGUYEN VAN
51935fc21e Add nearby to tethering apex
Nearby will be merged together with the tethering/connectivity APEX, so
that module maintenance efforts can be reduced, and the two codebases
can evolve the interfaces that they expose to each other over time.

Bug: 189355156
Test: m
Ignore-AOSP-First: Nearby is not yet in AOSP. This introduces minimal
                   unavoidable merge conflicts until it is merged there.
Change-Id: If4b40689a257d2806f895cd2dded97fc699adc5f
2022-01-26 18:03:22 +09:00
Wayne Ma
e71db7cad9 [NETD-TC#14] Add traffic controller JNI to tethering module am: 790c83e387 am: 5513ee9b4e
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1948169

Change-Id: I1e8b49be41149bd463e3339f28f4a005cafbe52a
2022-01-23 22:35:19 +00:00
Wayne Ma
5513ee9b4e [NETD-TC#14] Add traffic controller JNI to tethering module am: 790c83e387
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1948169

Change-Id: Iaaf605cb362b2065073e686be1faf65e92b93ed9
2022-01-23 22:24:15 +00:00
Wayne Ma
790c83e387 [NETD-TC#14] Add traffic controller JNI to tethering module
This CL provides native methods to access BPF maps via a native library.

Bug: 202086915
Test: m; flash; boot;
Change-Id: I2e5d03d0c2e31ba11996d1b28ead9b552397fe29
2022-01-24 00:22:26 +08:00
Maciej Żenczykowski
9a5a29c51f Merge "move clatd.c bpf program to mainline" am: 6ce19fab40 am: 1aac16799f
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1955267

Change-Id: I04d51ee2d8e57430c1615fc22b7dec5007f3c23d
2022-01-21 09:14:47 +00:00
Maciej Żenczykowski
1aac16799f Merge "move clatd.c bpf program to mainline" am: 6ce19fab40
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1955267

Change-Id: I7e057f843aa2cfe25daffdc4b9c6b3c31ec7f2db
2022-01-21 08:30:35 +00:00
Maciej Żenczykowski
849b3aadc4 move clatd.c bpf program to mainline
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I7e88fcc34c21695e844d607836df4661790cba03
2022-01-20 21:00:22 -08:00
Maciej Żenczykowski
9f641f6497 Merge "Move netd.c to Tethering module" am: 1f36542d1e am: 1a6998e796
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1952100

Change-Id: I0718ea13e5b1fbbfa55d4678773bb9b03aa0988c
2022-01-21 03:31:00 +00:00
Maciej Żenczykowski
1a6998e796 Merge "Move netd.c to Tethering module" am: 1f36542d1e
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1952100

Change-Id: I9d567b4ce495fc3165e420c0f1f1dea65919a960
2022-01-21 03:01:37 +00:00
Maciej Żenczykowski
1f36542d1e Merge "Move netd.c to Tethering module" 2022-01-21 02:42:35 +00:00
Ken Chen
587d4231fc Move netd.c to Tethering module
This is a clean move. The content of netd.c is not changed. The object
name is still netd.o. But the module name is renamed to netd.o_mainline
to avoid name collision in sc-mainline-prod branch.

Modified Android.bp according to the file location. The sub_dir is
newly specified. The object file will be compiled to:
- apex/com.android.tethering/etc/bpf/net_shared/netd.o

The extracted programs and maps will be in:
- sys/fs/bpf/net_shared/

The netd.o will not be loaded in pre-T because the bpfloader before T
does not load objects from paths other than:
- apex/com.android.tethering/etc/bpf/
- /system/etc/bpf/

Bug: 202086915
Test: cd system/netd; atest
Test: atest TrafficStatsTest NetworkUsageStatsTest
Change-Id: I5281c851341f9258a37d8aad6da4196c06342940
2022-01-21 07:40:33 +08:00
Remi NGUYEN VAN
24b3c37e0a Prepare T build rules for backwards compatibility
- Add a default to framework-connectivity-tiramisu for disabling
  T-only build rules.
- Separate the tiramisu hidden apis from hiddenapi txt files, so
  that the framework-connectivity-tiramisu file can avoid being
  referenced by the APEX when the JAR is not part of it.

Bug: 206893064
Test: m
Merged-In: I37c7385b456e4d71789aafe33cc8375adf40a681
Change-Id: I37c7385b456e4d71789aafe33cc8375adf40a681
2022-01-20 13:57:44 +08:00
Paul Hu
a77cad355b Merge "Build framework-connectivity-tiramisu library" 2022-01-20 03:02:56 +00:00
Treehugger Robot
b409937abd Merge "Set the permission to file clatd and directory for-system" am: fac8864d14 am: 6f9da1b3e7
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1927026

Change-Id: Ic250f15ae79378398aadfc9d096ac8e760787802
2022-01-19 13:37:12 +00:00
Treehugger Robot
6f9da1b3e7 Merge "Set the permission to file clatd and directory for-system" am: fac8864d14
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1927026

Change-Id: I79d96299f604f8d2aa80b6d2feba279fb46e7555
2022-01-19 13:26:12 +00:00
Remi NGUYEN VAN
a20e056a19 Prepare T build rules for backwards compatibility am: 955c33c267
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/16489052

Change-Id: Id0583564f6df194a5784bacf9efacd87fc86a7d6
2022-01-18 01:42:02 +00:00
Remi NGUYEN VAN
40777633e4 Merge changes I0c4e2956,I37c7385b,I9628716f into sc-mainline-prod
* changes:
  DO NOT MERGE: disable connectivity-tiramisu build
  Prepare T build rules for backwards compatibility
  Build framework-connectivity-tiramisu library
2022-01-18 01:27:55 +00:00
Hungming Chen
f9d40ae77a Set the permission to file clatd and directory for-system
Set clatd privs to clat:clat:-r-sr-sr-x and set its parent
directory privs to root:system:dr-xr-x---. Makes sure that
only root and system group members can execute the binary.

Test: flash and check the file permission

$ adb shell ls -lZ /apex/com.android.tethering/bin
dr-xr-x--- 2 root system u:object_r:system_file:s0  4096 1970-01-01 08:00 for-system

$ adb shell ls -lZ /apex/com.android.tethering/bin/for-system
-r-sr-sr-x 1 clat clat u:object_r:clatd_exec:s0  24352 1970-01-01 08:00 clatd

Bug: 212345928
Test: test clat
1. Connect to ipv6-only wifi.
2. Make IPv4 traffic.
   $ ping 8.8.8.8

Change-Id: I9537d47b135e6e0324fb40ece2b9f7befb159244
2022-01-14 18:33:40 +08:00
Maciej Żenczykowski
579874ef14 Merge "Add clatd binary to apex" am: bb766e83c3 am: d3a4dc8ee6
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1944727

Change-Id: I64ca9d0df63ace438a24687defdb973d4749b61d
2022-01-14 04:01:49 +00:00
Maciej Żenczykowski
d3a4dc8ee6 Merge "Add clatd binary to apex" am: bb766e83c3
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1944727

Change-Id: I762d040254484ee60d0432e453bf7ae0ef7f698f
2022-01-14 03:37:58 +00:00
Hungming Chen
378e323000 Add clatd binary to apex
Ship clatd binary with apex. This makes that the clatd binary becomes
updatable.

Bug: 212345928
Test: manual test
1. Connect to ipv6-only wifi.
2. Make IPv4 traffic.
   $ ping 8.8.8.8

Change-Id: I4f6f0944e94e165983a19a5d3c3a117274f6bbac
2022-01-11 17:02:32 +08:00
Paul Hu
5d10f01682 Merge "Build framework-connectivity-tiramisu library" 2021-12-24 03:06:53 +00:00
Maciej Żenczykowski
67a5da02a5 Merge "Add bpf jni into connectivity module" am: 577c46a185 am: 14e70e1577
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1888502

Change-Id: Ifd5dd0c8fa741f01706a76646ad7dfc2a2bfd305
2021-12-23 19:27:03 +00:00
Maciej Żenczykowski
14e70e1577 Merge "Add bpf jni into connectivity module" am: 577c46a185
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1888502

Change-Id: Ie66f13e424d113e4d7338a937ca78f9d40b483b5
2021-12-23 19:02:55 +00:00
Maciej Żenczykowski
577c46a185 Merge "Add bpf jni into connectivity module" 2021-12-23 18:44:48 +00:00
markchien
8fb75e3916 Add bpf jni into connectivity module
This is the preparing CL for connectivity module to use bpf.

Bug: 179733303
Bug: 205088391
Test: atest ConnectivityCoverageTests
Change-Id: Ibe49d7f671b5050461e2c63c080d9457ad76c26c
2021-12-23 14:33:01 +08:00
Jiakai Zhang
86c139aedb Dexopt service-connectivity.
`service-connectivity` is a jar that system_server loads dynamically.
Such jars can be dexopted now. This CL adds `service-connectivity` to a
`systemserverclasspath_fragment`, which does not actually add the jar to
the classpath, but tells the build system to dexopt it.

NOTE: The corresponding `exported_systemserverclasspath_fragments` needs
to be added to the `prebuilt_apex` once a new prebuilt is dropped.

Bug: 203198541
Test: m com.android.tethering
Change-Id: I53745baaf1bc7142cc12a1e6cd8d84c9b338ac9d
Merged-In: I53745baaf1bc7142cc12a1e6cd8d84c9b338ac9d
Merged-In: I9a009493fe0482967ab1f92516514715cfd457d6
2021-12-21 09:36:33 +00:00
Jiakai Zhang
9ecc66ddba Dexopt service-connectivity.
`service-connectivity` is a jar that system_server loads dynamically.
Such jars can be dexopted now. This CL adds `service-connectivity` to a
`systemserverclasspath_fragment`, which does not actually add the jar to
the classpath, but tells the build system to dexopt it.

NOTE: The corresponding `exported_systemserverclasspath_fragments` needs
to be added to the `prebuilt_apex` once a new prebuilt is dropped.

Bug: 203198541
Test: m com.android.tethering
Ignore-AOSP-First: Needs to skip sc-mainline-prod. Will be cherrypicked
  to AOSP later.
Change-Id: I53745baaf1bc7142cc12a1e6cd8d84c9b338ac9d
2021-12-20 17:45:58 +00:00
Remi NGUYEN VAN
22ea877f84 DO NOT MERGE: disable connectivity-tiramisu build
Disable framework-connectivity-tiramisu and do not include it in the
apex, and add empty filegroups and replacement stub classes to make
service-connectivity-tiramisu only contain
ConnectivityServiceInitializer.

This allows continuing to build the com.android.tethering APEX in the S
release branch, while minimizing build conflicts as T classes are being
prepared to move to it.

Bug: 206893064
Test: m com.android.tethering
Ignore-AOSP-First: sc-mainline-prod only.
Change-Id: I0c4e29568eadb6ef85ddadebbb37723adb9f29cd
2021-12-20 18:32:55 +08:00
Remi NGUYEN VAN
955c33c267 Prepare T build rules for backwards compatibility
- Add a default to framework-connectivity-tiramisu for disabling
  T-only build rules.
- Separate the tiramisu hidden apis from hiddenapi txt files, so
  that the framework-connectivity-tiramisu file can avoid being
  referenced by the APEX when the JAR is not part of it.

Bug: 206893064
Test: m
Ignore-AOSP-First: Merge conflict. Cherry-pick to aosp afterwards
Change-Id: I37c7385b456e4d71789aafe33cc8375adf40a681
2021-12-20 16:32:10 +08:00
paulhu
49ccb6a5cc Build framework-connectivity-tiramisu library
- Move nsd APIs and build framework-connectivity-tiramisu library
- Add nsd associated hidden apis
- Build service-connectivity-tiramisu-pre-jarjar library for
  T+ services.
- Move ConnectivityServiceInitialiizer to service-t directory
  to create S+ service instances which can avoid dependency on
  lower sdk library.

Bug: 206893064
Test: atest FrameworksNetTests CtsNetTestCases
Ignore-AOSP-First: Other commits has merged conflict.
CTS-Coverage-Bug: 207804007
Merged-In: I9628716f5c38047ff4ea2346b27589077259c436
Change-Id: I9628716f5c38047ff4ea2346b27589077259c436
2021-12-20 16:31:07 +08:00
paulhu
667e8fb176 Build framework-connectivity-tiramisu library
- Move nsd APIs and build framework-connectivity-tiramisu library
- Add nsd associated hidden apis
- Build service-connectivity-tiramisu-pre-jarjar library for
  T+ services.
- Move ConnectivityServiceInitialiizer to service-t directory
  to create S+ service instances which can avoid dependency on
  lower sdk library.

Bug: 206893064
Test: atest FrameworksNetTests CtsNetTestCases
Ignore-AOSP-First: Other commits has merged conflict.
CTS-Coverage-Bug: 207804007
Change-Id: I9628716f5c38047ff4ea2346b27589077259c436
2021-12-16 16:08:18 +00:00
paulhu
802ab9760f Build framework-connectivity-tiramisu library
- Move nsd APIs and build framework-connectivity-tiramisu library
- Add nsd associated hidden apis
- Build service-connectivity-tiramisu-pre-jarjar library for
  T+ services.
- Move ConnectivityServiceInitialiizer to service-t directory
  to create S+ service instances which can avoid dependency on
  lower sdk library.

Bug: 206893064
Test: atest FrameworksNetTests CtsNetTestCases
CTS-Coverage-Bug: 207804007
Merged-In: I9628716f5c38047ff4ea2346b27589077259c436
Change-Id: I9628716f5c38047ff4ea2346b27589077259c436
2021-12-17 00:04:24 +08:00
markchien
06f04162dc [DO NOT MERGE]Disable connectivity target which build with unstable api
Disable the "next" targets which include unstable api because
they could not build in the branch which only have stable sdk.

Test: TH
Ignore-AOSP-First: this is only for sc-mainline-prod only change.
Change-Id: Ic59bf11c85bf80699f00fddcf4610f1a54116d08
2021-11-24 17:18:50 +00:00
markchien
598a75ba8c Add defaults to enable/disable connectivity/tethering next
The defaults can be used to enable/disable connectivity next targets
depending on the branch, while minimizing merge conflicts.

The "next" target may use unstable APIs. It need to be disabled in the
branch which only have the last stable SDK available.

Also correct TetheringTestsLatestSdkLib which should use stable API.

Test: TH
Change-Id: I00d91bbd513277c1cedf67d18ac9f56cc4037309
2021-11-24 12:20:23 +08:00