What decides a tool to go into a particular directory? As an example adb was in tools/ but has moved to platform-tools/. Why can’t they live in the same directory?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
platform-tools/mostly holds binaries that will differ from Windows to OS X to Linux.tools/mostly holds JARs and shell script/batch file wrappers for Java-based tools.As for why the separate directories, I think it is to ease distribution and packaging on the toolsmiths’ part.