DescriptionSupport `public_deps` in `android_library`
At the moment it is not possible to declare public dependencies for an
android_library target.
Public dependencies should be included in the public API of the target,
in this case they will be available in the output jar file.
BUG=chromium:648244
Patch Set 1 #
|