Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Disable LogUsage lint check (from android components). (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and MortimerGoro committed Oct 16, 2018
1 parent 2eb9e32 commit bff223d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ android {
}
}

lintOptions {
disable "LogUsage"
}

packagingOptions {
pickFirst '/lib/*/libgvr.so'
}
Expand Down

0 comments on commit bff223d

Please sign in to comment.