diff options
author | Dan Shi <dshi@google.com> | 2017-03-30 17:49:43 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-03-30 17:49:43 +0200 |
commit | c0e6475f6873c040f041e86a954515a9e7a83743 (patch) | |
tree | 76d2e3d76e7e443199ead8061b3fb350813dc32c /tests/Android.mk | |
parent | update_verifier: raise priority and ioprio and start with exec_start (diff) | |
parent | Merge "Add test config to minadbd_test" am: df1a585504 (diff) | |
download | android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar.gz android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar.bz2 android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar.lz android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar.xz android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.tar.zst android_bootable_recovery-c0e6475f6873c040f041e86a954515a9e7a83743.zip |
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 2 |
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 \ |