summaryrefslogtreecommitdiff
path: root/test/068-classloader/src/FancyLoader.java
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-12-01 01:20:12 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-01 01:20:12 +0000
commite51e3f988ba91f0469757738fa55f835e16e37d9 (patch)
treeca8b93da8be13d730ab88b4d4fe49144465d67a6 /test/068-classloader/src/FancyLoader.java
parent996935e96137546cb3df5a63bc5aca477d58111f (diff)
parent1ed1a1320c89a143a8139d331a05d47ed3db64f7 (diff)
Merge "Revert "Change LoadNativeLibrary to use GetOrCreateAllocator""
Diffstat (limited to 'test/068-classloader/src/FancyLoader.java')
-rw-r--r--test/068-classloader/src/FancyLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/068-classloader/src/FancyLoader.java b/test/068-classloader/src/FancyLoader.java
index b8eac7b52f..6a153cc9e2 100644
--- a/test/068-classloader/src/FancyLoader.java
+++ b/test/068-classloader/src/FancyLoader.java
@@ -38,7 +38,7 @@ public class FancyLoader extends ClassLoader {
static final String CLASS_PATH = "classes-ex/";
/* this is the "alternate" DEX/Jar file */
- public static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/068-classloader-ex.jar";
+ static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/068-classloader-ex.jar";
/* on Dalvik, this is a DexFile; otherwise, it's null */
private Class mDexClass;