Merge "sh_vendor link to libc as a shared library."

This commit is contained in:
Treehugger Robot 2017-06-22 19:14:22 +00:00 committed by Gerrit Code Review
commit 02aa26d9ab

View file

@ -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