1666ea1b28a76aeba74744148b15099254d918671Owen LinLOCAL_PATH:= $(call my-dir)
2666ea1b28a76aeba74744148b15099254d918671Owen Lininclude $(CLEAR_VARS)
3666ea1b28a76aeba74744148b15099254d918671Owen Lin
4666ea1b28a76aeba74744148b15099254d918671Owen Lin# We only want this apk build for tests.
5666ea1b28a76aeba74744148b15099254d918671Owen LinLOCAL_MODULE_TAGS := tests
6666ea1b28a76aeba74744148b15099254d918671Owen LinLOCAL_CERTIFICATE := media
7666ea1b28a76aeba74744148b15099254d918671Owen Lin
8666ea1b28a76aeba74744148b15099254d918671Owen LinLOCAL_JAVA_LIBRARIES := android.test.runner
9666ea1b28a76aeba74744148b15099254d918671Owen Lin
10666ea1b28a76aeba74744148b15099254d918671Owen Lin# Include all test java files.
11666ea1b28a76aeba74744148b15099254d918671Owen LinLOCAL_SRC_FILES := $(call all-java-files-under, src)
12666ea1b28a76aeba74744148b15099254d918671Owen Lin
13d6c2fb7a38fcdb58742fcfffd67a4594487ec71cOwen LinLOCAL_PACKAGE_NAME := GalleryTests
14666ea1b28a76aeba74744148b15099254d918671Owen Lin
15d6c2fb7a38fcdb58742fcfffd67a4594487ec71cOwen LinLOCAL_INSTRUMENTATION_FOR := Gallery
16666ea1b28a76aeba74744148b15099254d918671Owen Lin
17666ea1b28a76aeba74744148b15099254d918671Owen Lininclude $(BUILD_PACKAGE)
18666ea1b28a76aeba74744148b15099254d918671Owen Lin
19666ea1b28a76aeba74744148b15099254d918671Owen Lin
20