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

am: 02aa26d9ab

Change-Id: If97c273883223e2a516bd788df2d58f25681666c
This commit is contained in:
Yifan Hong 2017-06-22 19:18:11 +00:00 committed by android-build-merger
commit 17d120feef

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