diff options
Diffstat (limited to 'framework-t/Sources.bp')
| -rw-r--r-- | framework-t/Sources.bp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/framework-t/Sources.bp b/framework-t/Sources.bp index 931a55b27d..0bda923f23 100644 --- a/framework-t/Sources.bp +++ b/framework-t/Sources.bp @@ -114,6 +114,23 @@ filegroup { ], } +// Ethernet related libraries. + +filegroup { + name: "framework-connectivity-ethernet-sources", + srcs: [ + "src/android/net/EthernetManager.java", + "src/android/net/EthernetNetworkSpecifier.java", + "src/android/net/IEthernetManager.aidl", + "src/android/net/IEthernetServiceListener.aidl", + "src/android/net/ITetheredInterfaceCallback.aidl", + ], + path: "src", + visibility: [ + "//visibility:private", + ], +} + // Connectivity-T common libraries. filegroup { @@ -130,6 +147,7 @@ filegroup { filegroup { name: "framework-connectivity-tiramisu-sources", srcs: [ + ":framework-connectivity-ethernet-sources", ":framework-connectivity-ipsec-sources", ":framework-connectivity-netstats-sources", ":framework-connectivity-nsd-sources", |
