Browse Source

Add prebuilts/checkstyle dependency to master branch.

checkstyle.jar was living in development/tools/checkstyle
which is not a good place for a prebuilt. This CL adds dependency
to the 6MB repo of prebuilts/checkstyle to master.
Bug: 33666900
Change-Id: Ia76762052d73372c4aea684c455c228ea81fbc6b
pull/3/head
Aurimas Liutikas 7 years ago
parent
commit
27adbe6949
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      default.xml

+ 1
- 0
default.xml View File

@ -485,6 +485,7 @@
<project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" />
<project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" />
<project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" />
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" />
<project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" clone-depth="1" />


Loading…
Cancel
Save