# Build host library.

# Common parameters:
# - LOCAL_NAME
# Optional:
# - LOCAL_INCLUDE_DIRS
# - LOCAL_SRC_CPP
# - LOCAL_SRC_C
# - LOCAL_SRC_S
# - LOCAL_CFLAGS
# - LOCAL_CPPFLAGS

_sdk_dir := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))

#######################
# Include common part #
#######################

include $(_sdk_dir)/build-host-common.mk

#####################################
# Include final goal to get library #
#####################################

include $(_sdk_dir)/build-binary-goal-lib.mk

##############
# Clear vars #
##############

include $(_sdk_dir)/clear-vars.mk

