Home | History | Annotate | Download | only in java
      1 LOCAL_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.
      5 ifeq (,$(ONE_SHOT_MAKEFILE))
      6 include $(call all-makefiles-under,$(LOCAL_PATH))
      7 endif
      8