Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Remove references to KERNEL_HEADERS.
Browse files Browse the repository at this point in the history
You get these for free, and this is no longer the right way to
get the correct ones.

Change-Id: I282565355200d5f9a0861bb6cf581e8a7a08cb6e
  • Loading branch information
enh-google committed Feb 27, 2014
1 parent 84b7252 commit 2940556
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Android.mk
Expand Up @@ -11,14 +11,12 @@ LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
if-linux.c if-linux-wireless.c lpf.c compat/getline.c \
platform-linux.c compat/closefrom.c ifaddrs.c ipv6rs.c

#LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_SHARED_LIBRARIES := libc libcutils libnetutils
LOCAL_MODULE = dhcpcd
include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)
LOCAL_SRC_FILES := showlease.c
#LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_SHARED_LIBRARIES := libc
LOCAL_MODULE = showlease
LOCAL_MODULE_TAGS := debug
Expand Down

0 comments on commit 2940556

Please sign in to comment.