allwinner_a64/android/prebuilts/tools/common/guava-tools
2018-08-09 00:01:07 +08:00
..
annotations/com/google/common upload android base code part12 2018-08-09 00:01:07 +08:00
Android.mk upload android base code part12 2018-08-09 00:01:07 +08:00
guava-13.0.1.jar upload android base code part12 2018-08-09 00:01:07 +08:00
MODULE_LICENSE_APACHE2 upload android base code part12 2018-08-09 00:01:07 +08:00
PREBUILT upload android base code part12 2018-08-09 00:01:07 +08:00
README upload android base code part12 2018-08-09 00:01:07 +08:00
src.zip upload android base code part12 2018-08-09 00:01:07 +08:00

We have 2 versions of the Guava library in our source tree:

The one in external/guava is used for the platform. It has the module
name "guavalib".

The one in prebuilts/tools/common/guava-tools is shipped in the
SDK/tools/lib/ folder. It has the module name guava-tools.

These are maintained separately because the external/ version is
branched with the platform, and the prebuilts/tools/ version is
branched with the tools, and these have different release schedules
and branches.