diff options
-rw-r--r-- | tests/automated/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/automated/Android.mk b/tests/automated/Android.mk index 76a2401..c6cf7e1 100644 --- a/tests/automated/Android.mk +++ b/tests/automated/Android.mk @@ -36,4 +36,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativetest include $(BUILD_EXECUTABLE) # Build the manual test programs. -include $(call all-subdir-makefiles) +include $(call all-makefiles-under,$(LOCAL_PATH)) |