platform_system_core/liblinenoise/Android.mk
Jack Palevich 0cf08ed5ad Move linenoise to its own static library.
This allows us to publish its license, as required
by the terms of its license.
2010-05-25 08:20:12 +08:00

12 lines
243 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# Static library
# ========================================================
include $(CLEAR_VARS)
LOCAL_MODULE:= liblinenoise
LOCAL_SRC_FILES := linenoise.c
include $(BUILD_STATIC_LIBRARY)