commit | e28118d0c3ddb586780013371ec8ddd469a4cfc6 | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Wed May 30 11:20:46 2018 -0700 |
committer | Pavel Maltsev <pavelm@google.com> | Wed May 30 22:39:34 2018 -0700 |
tree | 05a337d5fcea8f36a487f08593ab8442882282b8 | |
parent | 6f017e3319bb91c57e9bffe02e7e397dea8110d0 [diff] [blame] |
Add missing features to static IP config In addition to IP address, OEMs should be able to set gateway, DNS and domains. Bug: 80090920 Test: runtest -x frameworks/opt/net/ethernet/tests Change-Id: I4e3d51a6955d7bfe5ca4e8079936ea10c28832e4
diff --git a/Android.mk b/Android.mk index 99559ac..952fa9d 100644 --- a/Android.mk +++ b/Android.mk
@@ -28,3 +28,5 @@ LOCAL_MODULE := ethernet-service include $(BUILD_JAVA_LIBRARY) + +include $(call all-makefiles-under,$(LOCAL_PATH))