1LOCAL_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
8