blob: c8f64ce72275a66b7b009e8eaa96d5178abb7c9c [file] [log] [blame]
Stephen Hinescb0c5a92014-01-16 16:11:36 -08001LOCAL_PATH:=$(call my-dir)
2
3# Only build our tests if we doing a top-level build. Do not build the
4# tests if we are just doing an mm or mmm in frameworks/rs.
5ifeq (,$(ONE_SHOT_MAKEFILE))
6include $(call all-makefiles-under,$(LOCAL_PATH))
7endif