summaryrefslogtreecommitdiffstats
path: root/tests/component/verifier_test.cpp
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2016-03-12 03:48:57 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-12 03:48:57 +0100
commit3f581f782883f011e3b63c5f9086e09f3762db35 (patch)
tree9c5fe1f099c1694e71ad34057b7b0f24580119e3 /tests/component/verifier_test.cpp
parentMerge "recovery: Remove SetColor, and other refactoring for WearUI" into nyc-dev (diff)
parentMerge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev (diff)
downloadandroid_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.gz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.bz2
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.lz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.xz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.zst
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.zip
Diffstat (limited to 'tests/component/verifier_test.cpp')
-rw-r--r--tests/component/verifier_test.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index d6f1e0bb9..c533b03f6 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -29,18 +29,13 @@
#include <android-base/stringprintf.h>
#include "common.h"
+#include "common/test_constants.h"
#include "mincrypt/sha.h"
#include "mincrypt/sha256.h"
#include "minzip/SysUtil.h"
#include "ui.h"
#include "verifier.h"
-#if defined(__LP64__)
-#define NATIVE_TEST_PATH "/nativetest64"
-#else
-#define NATIVE_TEST_PATH "/nativetest"
-#endif
-
static const char* DATA_PATH = getenv("ANDROID_DATA");
static const char* TESTDATA_PATH = "/recovery/testdata/";