am 9b16b129
: Merge "Switch to new locations of toolchains"
* commit '9b16b1293255be054a84e6f39098c7a35357f636': Switch to new locations of toolchains
This commit is contained in:
committed by
Android Git Automerger
commit
695a2b3fd9
@@ -144,13 +144,13 @@ def SetupToolsPath():
|
||||
uname = "darwin-ppc"
|
||||
elif uname == "Linux":
|
||||
uname = "linux-x86"
|
||||
prefix = "./prebuilt/" + uname + "/toolchain/arm-linux-androideabi-4.4.x/bin/"
|
||||
prefix = "./prebuilts/gcc/" + uname + "/arm/arm-linux-androideabi-4.6/bin/"
|
||||
addr2line_cmd = prefix + "arm-linux-androideabi-addr2line"
|
||||
|
||||
if (not os.path.exists(addr2line_cmd)):
|
||||
try:
|
||||
prefix = os.environ['ANDROID_BUILD_TOP'] + "/prebuilt/" + uname + \
|
||||
"/toolchain/arm-linux-androideabi-4.4.x/bin/"
|
||||
prefix = os.environ['ANDROID_BUILD_TOP'] + "/prebuilts/gcc/" + uname + \
|
||||
"/arm/arm-linux-androideabi-4.6/bin/"
|
||||
except:
|
||||
prefix = "";
|
||||
|
||||
|
Reference in New Issue
Block a user