Home | History | Annotate | only in /prebuilts/tools/common/uast
Up to higher level directory
NameDateSize
1.0/06-Dec-2017
BUILD06-Dec-2017627
MODULE_LICENSE_APACHE206-Dec-20170
no_rules.txt06-Dec-20170
PREBUILT06-Dec-2017219
README06-Dec-2017518
uast-145.597.3.jar06-Dec-2017785.6K
uast-162.2228.14.jar06-Dec-2017797.1K

README

      1 UAST
      2 ----
      3 Check out UAST from https://github.com/JetBrains/uast
      4 
      5 To generate UAST:
      6 ./gradlew clean assemble sourceJar
      7 
      8 Then copy into prebuilts/tools/common/uast these libraries:
      9 cp \
     10    uast-common/build/libs/uast-common-1.0.jar \
     11    uast-java/build/libs/uast-java-1.0.jar \
     12    uast-common/build/libs/uast-common-1.0-sources.jar \
     13    uast-java/build/libs/uast-java-1.0-sources.jar \
     14    $TOOLS_ROOT/prebuilts/tools/common/uast
     15 
     16 The current versions were built from the head at
     17 951b7e299a6eb604599ef5c8e5521bcbf5345ea6
     18