7 lines
218 B
Makefile
7 lines
218 B
Makefile
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
|
|
NAME := bw_example_fx_ap2
|
|
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_ap2.c
|
|
|
|
include ${ROOT_DIR}/../../common/android/android.mk
|