Skip to content

Commit

Permalink
Update lint API list
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed May 26, 2019
1 parent 81979d4 commit 2e3577a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ internal val LINT_APIS = setOf(
"java/lang/ClassLoader.getSystemResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream;",
// </editor-fold>
// <editor-fold desc="- I/O">
"java/io/FileDescriptor.sync()V",
"java/io/InputStream.read()I",
"java/io/InputStream.read([B)I",
"java/io/InputStream.read([BII)I",
Expand Down

0 comments on commit 2e3577a

Please sign in to comment.