OSDN Git Service

Remove dead code.
authorYing Wang <wangying@google.com>
Thu, 20 Feb 2014 02:25:55 +0000 (18:25 -0800)
committerYing Wang <wangying@google.com>
Thu, 20 Feb 2014 02:25:55 +0000 (18:25 -0800)
commit3da7b96a390f4204e31420c42e65397f90424d24
tree3fa756a558293afbbb162fdff45a91fac4738bc2
parent5aa50c6637f88213661b29facaf05f072316dec0
Remove dead code.

It seems the code was meant to add the toolchain to ANDROID_BUILD_PATHS
and then export to PATH by lunch.
But now we export the toolchain to PATH explicitly in envsetup.sh and
the code is unnecessary.
This reduces the places to change when we upgrade the gcc version.
It also fixed the bug that the mips toolchain was always exported
regardless of the target arch.

Change-Id: Iee3b895b4c4e0df8971c27c01b9ecbd591848b12
core/dumpvar.mk