Stephen Hines | cb0c5a9 | 2014-01-16 16:11:36 -0800 | [diff] [blame] | 1 | LOCAL_PATH:=$(call my-dir) |
| 2 | |
Tim Murray | e195a3f | 2014-03-13 15:04:58 -0700 | [diff] [blame^] | 3 | ifneq ($(TARGET_ARCH), arm64) |
| 4 | |
Stephen Hines | cb0c5a9 | 2014-01-16 16:11:36 -0800 | [diff] [blame] | 5 | # Only build our tests if we doing a top-level build. Do not build the |
| 6 | # tests if we are just doing an mm or mmm in frameworks/rs. |
| 7 | ifeq (,$(ONE_SHOT_MAKEFILE)) |
| 8 | include $(call all-makefiles-under,$(LOCAL_PATH)) |
| 9 | endif |
Tim Murray | e195a3f | 2014-03-13 15:04:58 -0700 | [diff] [blame^] | 10 | |
| 11 | endif |