summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgopinath <gelanchezhian@google.com>2017-12-18 16:10:28 -0800
committergopinath <gelanchezhian@google.com>2017-12-18 16:10:28 -0800
commit165082495d3a89bf48e37fdef060471b635f152f (patch)
tree3e6c1b821d5a18822e860d4f8f9f9120f11f3f69
parent6e15c2a89ae9733d2552d9d0a20504a4bdf69c29 (diff)
atest support for app startup test
Bug : b/65842123 Test: App launch test config able to build and install this test apk in the atest. Change-Id: I040e299b1e1fdafbcc716f2b0b8b32e7b842de20
-rw-r--r--tests/AppLaunch/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/AppLaunch/Android.mk b/tests/AppLaunch/Android.mk
index 09739e5e074a..917293fa266b 100644
--- a/tests/AppLaunch/Android.mk
+++ b/tests/AppLaunch/Android.mk
@@ -13,6 +13,8 @@ LOCAL_JAVA_LIBRARIES := android.test.base android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
+LOCAL_COMPATIBILITY_SUITE := device-tests
+
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.