The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | dhcpclient.c \ | ||||
6 | dhcpmsg.c \ | ||||
7 | dhcp_utils.c \ | ||||
8 | ifc_utils.c \ | ||||
9 | packet.c | ||||
10 | |||||
11 | LOCAL_SHARED_LIBRARIES := \ | ||||
12 | libcutils | ||||
13 | |||||
The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 14 | LOCAL_MODULE:= libnetutils |
15 | |||||
16 | include $(BUILD_SHARED_LIBRARY) |