Merge "sh_vendor link to libc as a shared library."
am: 02aa26d9ab
Change-Id: If97c273883223e2a516bd788df2d58f25681666c
This commit is contained in:
commit
17d120feef
1 changed files with 0 additions and 4 deletions
|
@ -114,8 +114,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
|||
# mksh source files
|
||||
LOCAL_SRC_FILES := $(MKSH_SRC_FILES)
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libc
|
||||
|
||||
LOCAL_C_INCLUDES := $(MKSH_INCLUDES)
|
||||
|
||||
# Additional flags first...
|
||||
|
@ -127,8 +125,6 @@ LOCAL_CFLAGS += \
|
|||
|
||||
LOCAL_CFLAGS += $(MKSH_CFLAGS)
|
||||
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue