Opps, actually that CL only stops enforcing deprecation and filters it and coalesced unchecked (usually for non-chromium targets) and coalesced deprecated warnings out of the build output.
With this latest change, building "ngn all":
cleangn && ngn all
ninja: Entering directory `out/Debug'
[1/1] Regenerating ninja files
[6461/75352] ACTION //base/android/jni_generator:jni_generator_py_tests(//build/toolchain/android:android_clang_arm)
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.315s
OK
[75352/75352] STAMP obj/clank/official_tests.stamp
I will call this a success and close the bug, here are the gn args:
use_goma = true
target_os = "android"
is_debug = true
is_clang = true
symbol_level = 1
disable_incremental_isolated_processes=true
Comment 1 by bugdroid1@chromium.org
, Jan 29 2018