am 2bc1cade: am 93a9d534: am d544bdfa: am 54655eaf: Merge "Fix nice..."

* commit '2bc1cadeff4b7d41c889b8f1b965028ec575bed6':
  Fix nice...
This commit is contained in:
Elliott Hughes
2012-08-13 17:16:55 -07:00
committed by Android Git Automerger
4 changed files with 97 additions and 36 deletions

View File

@@ -31,7 +31,6 @@ libc_common_src_files := \
unistd/killpg.c \
unistd/lseek64.c \
unistd/mmap.c \
unistd/nice.c \
unistd/open.c \
unistd/openat.c \
unistd/opendir.c \
@@ -338,6 +337,7 @@ libc_common_src_files := \
regex/regfree.c \
libc_upstream_netbsd_src_files := \
upstream-netbsd/libc/gen/nice.c \
upstream-netbsd/libc/string/strxfrm.c \
# The following files are common, but must be compiled
@@ -749,6 +749,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(libc_upstream_netbsd_src_files)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
-I$(LOCAL_PATH)/upstream-netbsd \
-include upstream-netbsd/netbsd-compat.h
LOCAL_C_INCLUDES := $(libc_common_c_includes)
LOCAL_MODULE := libc_netbsd