summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-03-30 17:39:19 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-30 17:39:21 +0200
commitdf1a585504d07b2ccc013755349f7fec9644e60a (patch)
treef14a74357dfd94c1f708c2f261b2986bd008629e /tests/Android.mk
parentMerge "update_verifier: raise priority and ioprio and start with exec_start" (diff)
parentAdd test config to minadbd_test (diff)
downloadandroid_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar.gz
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar.bz2
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar.lz
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar.xz
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.tar.zst
android_bootable_recovery-df1a585504d07b2ccc013755349f7fec9644e60a.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index ff6e14c9b..a8f1d7874 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -20,6 +20,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -Werror
LOCAL_MODULE := recovery_unit_test
+LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_STATIC_LIBRARIES := \
libverifier \
@@ -87,6 +88,7 @@ LOCAL_CFLAGS := \
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
+LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SRC_FILES := \
component/applypatch_test.cpp \