0cf08ed5ad
This allows us to publish its license, as required by the terms of its license.
12 lines
243 B
Makefile
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)
|