
The latest version includes no unrelocated dependencies, so we no longer need to exclude them as a hack. Change-Id: I8ca79475fcbf526b0a9bb93996d17421e9bf6063
10 lines
222 B
Python
10 lines
222 B
Python
include_defs('//lib/maven.defs')
|
|
|
|
maven_jar(
|
|
name = 'auto-value',
|
|
id = 'com.google.auto.value:auto-value:1.2',
|
|
sha1 = '6873fed014fe1de1051aae2af68ba266d2934471',
|
|
license = 'Apache2.0',
|
|
visibility = ['PUBLIC'],
|
|
)
|