-
- Downloads
Split out the ethernet API surface and use framework-connectivity-t
Ethernet framework and service source code is going to be moved to Connectivity mainline module, this CL contains below corresponding changes to adapt the migration in f/b side: 1. Split out ethernet module-lib APIs to Connectivity module. Add the ethernet resource filegroup to tiramisu-updatable-sources filegroup as well, build them together. Also update the module-lib and system api txt to reflect the APIs change. Remove the hidden APIs which are moved to Connectivity module. This removal fixes the api inconsistent issue with Tethering/apex/hidden/. 2. Remove EthernetService from SystemServer which will be registered from ConnectivityServiceInitializer. 3. Replace the BackgroundThread class(imported from f/b/core/java) with the one in the modules-utils-backgroundthread lib, which is visible to Connectivity module. Bug: 210586283 Test: m Test: atest FrameworksNetTests EthernetServiceTests Change-Id: I3e13cb9c0e348333af295c2537d459aa6700ff17 Merged-In: I1956848d3248cc56e9841d221e5e4c160bed65a4
Showing
- boot/hiddenapi/hiddenapi-max-target-o.txt 0 additions, 41 deletionsboot/hiddenapi/hiddenapi-max-target-o.txt
- core/api/current.txt 0 additions, 8 deletionscore/api/current.txt
- core/api/module-lib-current.txt 0 additions, 16 deletionscore/api/module-lib-current.txt
- core/api/system-current.txt 0 additions, 39 deletionscore/api/system-current.txt
- core/java/android/app/SystemServiceRegistry.java 0 additions, 11 deletionscore/java/android/app/SystemServiceRegistry.java
- packages/ConnectivityT/framework-t/Android.bp 3 additions, 3 deletionspackages/ConnectivityT/framework-t/Android.bp
- packages/ConnectivityT/framework-t/src/android/net/ConnectivityFrameworkInitializerTiramisu.java 12 additions, 2 deletions...android/net/ConnectivityFrameworkInitializerTiramisu.java
- packages/ConnectivityT/framework-t/src/android/net/EthernetManager.java 1 addition, 1 deletion...ctivityT/framework-t/src/android/net/EthernetManager.java
- packages/ConnectivityT/service/Android.bp 4 additions, 4 deletionspackages/ConnectivityT/service/Android.bp
- packages/ConnectivityT/tests/unit/java/com/android/server/net/IpConfigStoreTest.java 9 additions, 10 deletions...s/unit/java/com/android/server/net/IpConfigStoreTest.java
- services/java/com/android/server/SystemServer.java 0 additions, 9 deletionsservices/java/com/android/server/SystemServer.java
Loading
Please register or sign in to comment