Add error_prone_checkerframework_dataflow_nullaway. to bp2build denylist. am: eb2a3fd367
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1988326 Change-Id: I8d13f62cbc4cb2915895032d7b2f08f58af8c807
This commit is contained in:
commit
41bd3efc00
1 changed files with 2 additions and 0 deletions
|
@ -515,6 +515,8 @@ var (
|
|||
|
||||
"art-script", // depends on unconverted modules: dalvikvm, dex2oat
|
||||
"dex2oat-script", // depends on unconverted modules: dex2oat
|
||||
|
||||
"error_prone_checkerframework_dataflow_nullaway", // TODO(b/219908977): "Error in fail: deps not allowed without srcs; move to runtime_deps?"
|
||||
}
|
||||
|
||||
// Per-module denylist of cc_library modules to only generate the static
|
||||
|
|
Loading…
Reference in a new issue