summaryrefslogtreecommitdiff
path: root/common/networkstackclient/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2020-02-12 07:00:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-12 07:00:17 +0000
commit1852ead9d9039afdd39036d93fed0c5a30ced3dc (patch)
tree2c7a9712a18f1ef158c6c48501f6c9e28d0bee36 /common/networkstackclient/Android.bp
parenta98446f04629b89ddf06d7f021458fefd5da574f (diff)
parentdc018dd943f0c11e0b9172dee0db0966871af20d (diff)
Merge "Add DhcpLeaseCallbacks"
Diffstat (limited to 'common/networkstackclient/Android.bp')
-rw-r--r--common/networkstackclient/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/networkstackclient/Android.bp b/common/networkstackclient/Android.bp
index 31f3384..5a9c707 100644
--- a/common/networkstackclient/Android.bp
+++ b/common/networkstackclient/Android.bp
@@ -58,7 +58,9 @@ aidl_interface {
"src/android/net/PrivateDnsConfigParcel.aidl",
"src/android/net/ProvisioningConfigurationParcelable.aidl",
"src/android/net/TcpKeepalivePacketDataParcelable.aidl",
+ "src/android/net/dhcp/DhcpLeaseParcelable.aidl",
"src/android/net/dhcp/DhcpServingParamsParcel.aidl",
+ "src/android/net/dhcp/IDhcpLeaseCallbacks.aidl",
"src/android/net/dhcp/IDhcpServer.aidl",
"src/android/net/dhcp/IDhcpServerCallbacks.aidl",
"src/android/net/ip/IIpClient.aidl",