summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-14 10:25:07 -0800
committerSan Mehat <san@google.com>2010-01-19 10:47:52 -0800
commit873f2145941cc28f6931dc18b5e9987bd22e2e19 (patch)
tree4793e2bca832a46a0d77eb3ce8072502f4c02661 /Android.mk
parent97d1195832829905b07b7680b73bed8af959f430 (diff)
downloadframeworks_base-873f2145941cc28f6931dc18b5e9987bd22e2e19.zip
frameworks_base-873f2145941cc28f6931dc18b5e9987bd22e2e19.tar.gz
frameworks_base-873f2145941cc28f6931dc18b5e9987bd22e2e19.tar.bz2
framework: Introduce INetworkManagementService for communicating with netd
This is the framework-exposed interface for the (future) management of all Android network management functions. Initial support is for providing tethering. Updated: Integrate feedback from review; clean up naming Updated: Switch from add/remove/list to get/set for DNS forwarders - allows prioritization / ordering of DNS servers Updated: Refactor NAT api Updated: Refactor NAT api (last time sorry) Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7c7bb62..d6beac5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -111,6 +111,7 @@ LOCAL_SRC_FILES += \
core/java/android/os/ICheckinService.aidl \
core/java/android/os/IMessenger.aidl \
core/java/android/os/IMountService.aidl \
+ core/java/android/os/INetworkManagementService.aidl \
core/java/android/os/INetStatService.aidl \
core/java/android/os/IParentalControlCallback.aidl \
core/java/android/os/IPermissionController.aidl \