* commit 'cd004d2d0117243908b71b2b4c7036d79de5344c': Fix build.
This commit is contained in:
commit
9d58ec78b3
@ -142,7 +142,6 @@ libc_bionic_src_files := \
|
|||||||
bionic/mkfifo.cpp \
|
bionic/mkfifo.cpp \
|
||||||
bionic/mknod.cpp \
|
bionic/mknod.cpp \
|
||||||
bionic/mntent.cpp \
|
bionic/mntent.cpp \
|
||||||
bionic/NetdClient.cpp \
|
|
||||||
bionic/open.cpp \
|
bionic/open.cpp \
|
||||||
bionic/pause.cpp \
|
bionic/pause.cpp \
|
||||||
bionic/pipe.cpp \
|
bionic/pipe.cpp \
|
||||||
@ -848,6 +847,7 @@ LOCAL_SRC_FILES := \
|
|||||||
bionic/dlmalloc.c \
|
bionic/dlmalloc.c \
|
||||||
bionic/malloc_debug_common.cpp \
|
bionic/malloc_debug_common.cpp \
|
||||||
bionic/libc_init_static.cpp \
|
bionic/libc_init_static.cpp \
|
||||||
|
bionic/NetdClient.cpp \
|
||||||
|
|
||||||
LOCAL_CFLAGS := $(libc_common_cflags) \
|
LOCAL_CFLAGS := $(libc_common_cflags) \
|
||||||
-DLIBC_STATIC
|
-DLIBC_STATIC
|
||||||
@ -883,6 +883,7 @@ LOCAL_SRC_FILES := \
|
|||||||
bionic/debug_stacktrace.cpp \
|
bionic/debug_stacktrace.cpp \
|
||||||
bionic/pthread_debug.cpp \
|
bionic/pthread_debug.cpp \
|
||||||
bionic/libc_init_dynamic.cpp \
|
bionic/libc_init_dynamic.cpp \
|
||||||
|
bionic/NetdClient.cpp \
|
||||||
|
|
||||||
LOCAL_MODULE := libc
|
LOCAL_MODULE := libc
|
||||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies)
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies)
|
||||||
|
Loading…
Reference in New Issue
Block a user