Home | History | Annotate | Download | only in jni

Lines Matching defs:sources

8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c)
9 sources := $(sources:$(unit_path)/%=%)
12 sources := $(filter-out string_header_test.c,$(sources))
15 sources := $(filter-out exception_test.cpp,$(sources))
18 sources := $(filter-out codecvt_test.cpp,$(sources))
20 LOCAL_SRC_FILES := $(sources:%=unit/%)