commit | a56fcd60596ae8694da21fccde5c56832e437c56 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sat Feb 04 21:23:01 2012 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Sat Feb 04 22:48:30 2012 -0800 |
tree | 522352376c179e452706bacad29c00f6fc5acb7f | |
parent | b12552a95d68b9e4a567103190074ae47b6a61dc [diff] [blame] |
Honor ANDROID_ROOT and ANDROID_DATA Change-Id: I8e43093830a734694bbf7308d08dd18527302270
diff --git a/src/common_test.h b/src/common_test.h index d55dfbd..4457cec 100644 --- a/src/common_test.h +++ b/src/common_test.h
@@ -396,7 +396,7 @@ CHECK(host_dir != NULL); return StringPrintf("%s/framework/core-hostdex.jar", host_dir); } - return std::string("/system/framework/core.jar"); + return StringPrintf("%s/framework/core.jar", GetAndroidRoot()); } const DexFile* OpenTestDexFile(const char* name) {