Home | History | Annotate | only in /prebuilts/tools/common/guava-tools
Up to higher level directory
NameDateSize
Android.mk21-Aug-2018809
annotations/21-Aug-2018
guava-13.0.1.jar21-Aug-20181.8M
MODULE_LICENSE_APACHE221-Aug-20180
PREBUILT21-Aug-2018316
README21-Aug-2018485
src.zip21-Aug-20181M

README

      1 We have 2 versions of the Guava library in our source tree:
      2 
      3 The one in external/guava is used for the platform. It has the module
      4 name "guavalib".
      5 
      6 The one in prebuilts/tools/common/guava-tools is shipped in the
      7 SDK/tools/lib/ folder. It has the module name guava-tools.
      8 
      9 These are maintained separately because the external/ version is
     10 branched with the platform, and the prebuilts/tools/ version is
     11 branched with the tools, and these have different release schedules
     12 and branches.
     13 
     14