OSDN Git Service

Put ANDROID_BUILD_PATHS before the system default PATH
authorYing Wang <wangying@google.com>
Tue, 27 Nov 2012 04:51:59 +0000 (20:51 -0800)
committerYing Wang <wangying@google.com>
Tue, 27 Nov 2012 22:14:42 +0000 (14:14 -0800)
commitc69b773506ecf2316059a9fe947bbeb524a402b3
treeab573c7f0be157e210357d8169094dc4b48dbbaf
parentefcc8b1c79011a6d8ea13774da84c8892cb27e27
Put ANDROID_BUILD_PATHS before the system default PATH

So tools like adb that are built from source won't be overridden by the
host system tools, when you run these tools without specifying the path.

Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
envsetup.sh