Searched refs:androidRoot (Results 1 – 2 of 2) sorted by relevance
179 String androidRoot = Options.androidRoot.trim(); in execute() local180 if (androidRoot.length() != 0) { in execute()181 command = "PATH=" + androidRoot + "/bin "; in execute()182 command += "ANDROID_ROOT=" + androidRoot + " "; in execute()183 command += "LD_LIBRARY_PATH="+ androidRoot + "/lib:" + androidRoot + "/lib64 "; in execute()
55 public static String androidRoot = ""; field in Options265 androidRoot = value; in handleKeyValueOption()