Lines Matching refs:tools
1 Some of the SDK tools sources have moved out of the sdk.git project.
4 Instead they can be found in the tools/base.git and the tools/swt.git projects.
8 $ repo init -u https://android.googlesource.com/platform/manifest -g all,-notdefault,tools
11 The libraries that are sourced in tools/base and tools/swt are converted to
21 It's now located in tools/base/lint.
25 $ cd tools/base
28 Output is located in $TOP/out/host/gradle/tools/base/lint/libs/
49 - tools/swt contains all SWT-dependent projects.
50 - tools/base contains all other non-SWT projects.
55 For example, the SDK Manager UI is located in /tools/swt/sdkmanager.
56 However it does depend on /tools/base/sdklib. Let's say you want to
59 $ # Edit tools/base/sdklib files.
60 $ cd tools/base ; ./gradlew sdklib:publishLocal
65 $ # Edit tools/swt/sdkmanager/sdkuilib files to use the changes from sdklib.
66 $ cd ../../tools/swt ; ./gradlew sdkuilib:assemble
73 2- How do I change some tools sources and build a new SDK using these?
76 Let's say you changed something in tools/base/lint and run "make sdk" from
95 tools/base and tools/swt and updates all the JARs under prebuilts/devtools.
101 of the corresponding tools/base and tools/swt projects.