diff options
author | Raphael Moll <raphael@google.com> | 2012-02-06 10:55:10 -0800 |
---|---|---|
committer | Raphael Moll <raphael@google.com> | 2012-02-06 10:55:22 -0800 |
commit | df4abb59af2b7e82c62292e2e60008fa10eefdb8 (patch) | |
tree | 8b4b3ff6df780c48ef2092447b94ce79e7894661 /build | |
parent | 3c16d164a654ac15466c7476388f6b5fa2519798 (diff) | |
download | sdk-df4abb59af2b7e82c62292e2e60008fa10eefdb8.zip sdk-df4abb59af2b7e82c62292e2e60008fa10eefdb8.tar.gz sdk-df4abb59af2b7e82c62292e2e60008fa10eefdb8.tar.bz2 |
SDK: add find_lock.exe to atree
Change-Id: If6ca019f644ed3d33d5ce7ceac68686430fa13c7
Diffstat (limited to 'build')
-rwxr-xr-x | build/tools.windows.atree | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/tools.windows.atree b/build/tools.windows.atree index c2de104..886cc6d 100755 --- a/build/tools.windows.atree +++ b/build/tools.windows.atree @@ -98,3 +98,5 @@ bin/sdklauncher.exe "tools/lib/SDK Manager.exe" sdk/files/post_tools_install.bat tools/lib/post_tools_install.bat sdk/find_java/find_java.bat tools/lib/find_java.bat bin/find_java.exe strip tools/lib/find_java.exe +bin/find_lock.exe strip tools/lib/find_lock.exe + |