summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Hair <allenhair@google.com>2013-10-29 11:28:36 -0700
committerAllen Hair <allenhair@google.com>2013-10-29 11:28:36 -0700
commita006b2db00f06a372cb141405f9b47484ea368b6 (patch)
treeec96f7495b6b4dce3a037cdd4e66f3139d000cfd
parentabb2af7d5f4912905cf105466f34ae983310c47b (diff)
downloaduiautomator-a006b2db00f06a372cb141405f9b47484ea368b6.tar.gz
Fixed testapp module tag to match CtsUiAutomatorTest.
Change-Id: I0284b5cf8093f392afded335f20648dba3ff2aa6
-rw-r--r--tests/CtsUiAutomatorTest/testapp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CtsUiAutomatorTest/testapp/Android.mk b/tests/CtsUiAutomatorTest/testapp/Android.mk
index ef5801e..6df6028 100644
--- a/tests/CtsUiAutomatorTest/testapp/Android.mk
+++ b/tests/CtsUiAutomatorTest/testapp/Android.mk
@@ -16,7 +16,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)