Fix Error Prone errors

Soong wasn't including android_app or android_test sources in the
javac-check target used for the Error Prone build, which allowed
some Error Prone errors to get in.  Fix them so Error Prone can be
re-enabled for these targets.

Fixes:
frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/StandardWifiEntryTest.java:346: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/BssidBlocklistMonitorTest.java:363: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/NetworkListStoreDataTest.java:360: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java:1003: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.

Bug: 146455923
Test: m RUN_ERROR_PRONE=true javac-check
Change-Id: Id859076eda83371245aa4c28c8aab8fd1e81b766
3 files changed
tree: 608a907d6c9909b06bb6cad51d6ab7e1e4aef0fe
  1. apex/
  2. service/
  3. PREUPLOAD.cfg