Android: Stop measuring static initializers in resource_sizes.py

I don't think it's helpful to record this metric since we now have an
assertion / expectation file.

Moves all logic into assert_static_initializers.py

Bug: 873714
Change-Id: I2495262d30ac4aab1dd7f0c3c0d8c24792d68850
Reviewed-on: https://chromium-review.googlesource.com/c/1456653
Commit-Queue: Andrew Grieve <[email protected]>
Reviewed-by: Eric Stevenson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#629699}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 7f2ec1b2..ee980b0 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -655,6 +655,7 @@
     'build/android/gyp/aar.pydeps',
     'build/android/gyp/aidl.pydeps',
     'build/android/gyp/apkbuilder.pydeps',
+    'build/android/gyp/assert_static_initializers.pydeps',
     'build/android/gyp/bytecode_processor.pydeps',
     'build/android/gyp/compile_resources.pydeps',
     'build/android/gyp/create_bundle_wrapper_script.pydeps',