Colin Cross | c03086f | 2017-11-14 13:05:37 -0800 | [diff] [blame] | 1 | // AIDL interface between netd and framework.jar |
2 | filegroup { | ||||
3 | name: "netd_aidl", | ||||
4 | srcs: ["binder/android/net/INetd.aidl"], | ||||
5 | } | ||||
Colin Cross | 1a8e797 | 2017-12-05 22:35:52 -0800 | [diff] [blame^] | 6 | |
7 | // AIDL interface between netd and services.core | ||||
8 | filegroup { | ||||
9 | name: "netd_metrics_aidl", | ||||
10 | srcs: ["binder/android/net/metrics/INetdEventListener.aidl"], | ||||
11 | } |