Fix build.
Change-Id: I33293d8bc62cbb22e23a704c4242e7e9d3fce7c5
This commit is contained in:
parent
79b56f4b0b
commit
06e8796ee9
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,6 @@ libc_bionic_src_files := \
|
|||
bionic/mkfifo.cpp \
|
||||
bionic/mknod.cpp \
|
||||
bionic/mntent.cpp \
|
||||
bionic/NetdClient.cpp \
|
||||
bionic/open.cpp \
|
||||
bionic/pause.cpp \
|
||||
bionic/pipe.cpp \
|
||||
|
@ -848,6 +847,7 @@ LOCAL_SRC_FILES := \
|
|||
bionic/dlmalloc.c \
|
||||
bionic/malloc_debug_common.cpp \
|
||||
bionic/libc_init_static.cpp \
|
||||
bionic/NetdClient.cpp \
|
||||
|
||||
LOCAL_CFLAGS := $(libc_common_cflags) \
|
||||
-DLIBC_STATIC
|
||||
|
@ -883,6 +883,7 @@ LOCAL_SRC_FILES := \
|
|||
bionic/debug_stacktrace.cpp \
|
||||
bionic/pthread_debug.cpp \
|
||||
bionic/libc_init_dynamic.cpp \
|
||||
bionic/NetdClient.cpp \
|
||||
|
||||
LOCAL_MODULE := libc
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies)
|
||||
|
|
Loading…
Reference in a new issue