From b8a693bbc73808924f4be8c4d47bbc4da0647e3a Mon Sep 17 00:00:00 2001 From: Jed Estep Date: Wed, 9 Mar 2016 17:51:34 -0800 Subject: Port applypatch.sh tests to recovery_component_tests Bug: 27135282 Change-Id: If53682b591397ddfdb84860a3779b612904d4489 --- tests/component/verifier_test.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/component/verifier_test.cpp') 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 #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/"; -- cgit v1.2.3