diff options
author | Jed Estep <jestep@google.com> | 2016-03-12 03:44:26 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-03-12 03:44:26 +0100 |
commit | 761653a4ad1c392fcd505e8909661fd64f02ce97 (patch) | |
tree | 614e2946ba8b7587d04e0989ce18eef78f7f8fe1 /tests/component/verifier_test.cpp | |
parent | Merge "recovery: Remove SetColor, and other refactoring for WearUI" into nyc-dev (diff) | |
parent | Port applypatch.sh tests to recovery_component_tests (diff) | |
download | android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar.gz android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar.bz2 android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar.lz android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar.xz android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.tar.zst android_bootable_recovery-761653a4ad1c392fcd505e8909661fd64f02ce97.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/component/verifier_test.cpp | 7 |
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/"; |