blob: 591a84e95ec754d45efa548813164235fde77f94 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6# This builds "SmokeTestApp"
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009LOCAL_PACKAGE_NAME := SmokeTestApp
10
Brett Chabot8debcfa2012-04-16 10:35:32 -070011LOCAL_SDK_VERSION := 8
12
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013include $(BUILD_PACKAGE)
14
15# This builds "SmokeTest"
Brett Chabot8debcfa2012-04-16 10:35:32 -070016include $(call all-makefiles-under,$(LOCAL_PATH))