blob: 8a846009664295c1611df57a5197850fa83a342b [file] [log] [blame]
Hans Boehm75ca21c2015-03-11 18:43:24 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Hans Boehm75ca21c2015-03-11 18:43:24 -07004LOCAL_MODULE_TAGS := tests
5
Hans Boehm75ca21c2015-03-11 18:43:24 -07006LOCAL_PACKAGE_NAME := ExactCalculatorTests
Hans Boehm75ca21c2015-03-11 18:43:24 -07007LOCAL_INSTRUMENTATION_FOR := ExactCalculator
8
Justin Klaassen01db51b2015-04-16 15:05:07 -07009LOCAL_SDK_VERSION := current
10
11LOCAL_SRC_FILES := $(call all-java-files-under, src)
Hans Boehm75ca21c2015-03-11 18:43:24 -070012
13include $(BUILD_PACKAGE)