From 13b79e83aae93e65c6f0e82d59425ead559305c2 Mon Sep 17 00:00:00 2001 From: Luke Huang Date: Wed, 26 Sep 2018 14:53:42 +0800 Subject: Refactor tetherGetStats by using stable aidl structure Use stable aidl structure instead of persistbundle Test: runtest frameworks-net passes Test: manual testing of tetherGetStats function works Change-Id: I6835541d450446ba7993ac9f5b783d34229b79cb --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index e2b432cdd8cd..f83bf02d367f 100644 --- a/Android.bp +++ b/Android.bp @@ -690,6 +690,7 @@ java_defaults { "android.hardware.wifi-V1.0-java-constants", "android.hardware.radio-V1.0-java", "android.hardware.usb.gadget-V1.0-java", + "netd_aidl_interface-java", ], // Loaded with System.loadLibrary by android.view.textclassifier -- cgit v1.2.3-59-g8ed1b