blob: 56bbaf8cde56aa36fe567bc8bf7fc6fbe14cf5fa [file] [log] [blame]
Sergio Giro477c90c2016-06-03 19:04:23 +01001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES := $(call all-subdir-java-files)
5
Jiyong Park8c8cb532018-01-24 15:21:38 +09006LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
Sergio Giro477c90c2016-06-03 19:04:23 +01007
Paul Duffinaa592fe2017-12-08 00:02:41 +00008LOCAL_STATIC_JAVA_LIBRARIES := junit
Paul Duffin3a87d4f2017-03-01 13:21:09 +00009
Sergio Giro477c90c2016-06-03 19:04:23 +010010LOCAL_PACKAGE_NAME := BrokenKeyDerivationTests
11
12LOCAL_MODULE_TAGS := tests
13
14LOCAL_INSTRUMENTATION_FOR := BrokenKeyDerivation
15
16LOCAL_SDK_VERSION := current
17
18include $(BUILD_PACKAGE)