summaryrefslogtreecommitdiffstats
path: root/tests/component/verifier_test.cpp
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2016-03-10 02:51:34 +0100
committerJed Estep <jestep@google.com>2016-03-12 03:37:34 +0100
commitb8a693bbc73808924f4be8c4d47bbc4da0647e3a (patch)
treee0efd220f9090d7021816bffe6cce9ef5c0e6fd5 /tests/component/verifier_test.cpp
parentapplypatch: use vector to store data in FileContents. (diff)
downloadandroid_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar.gz
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar.bz2
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar.lz
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar.xz
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.tar.zst
android_bootable_recovery-b8a693bbc73808924f4be8c4d47bbc4da0647e3a.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 c54aa111f..73f6ac9c4 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/";