Hi, All
From this file:
http://bazaar.launchpad.net/~linaro-validation/lava-lab/salt-states/view/hea...
we can see that the /usr/local/bin/adb file should be a symbolic of /usr/ local/android-sdk-linux/platform-tools/adb
but now it's a normal file(the adb wrapper before):
liuyq0307@fastmodels01:~$ ll `which adb` -rwxr-xr-x 1 root root 877 May 31 03:54 /usr/local/bin/adb* liuyq0307@fastmodels01:~$
Anyone know where is wrong?