tunnel: disable LongLogTag lint

Should have been part of the patch that disabled this for ui/

Fixes: 8d128cf2e9 ("ui: disable LongLogTag lint")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-19 01:59:51 +05:30
parent 8207ae1e8d
commit 6cb9548f72
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -45,6 +45,9 @@ android {
}
}
}
lintOptions {
disable('LongLogTag')
}
}
dependencies {