Cronet Import: Tweak Android.extras.bp
Those are the following changes that happened here:
* JniProcessor plugin has been deleted so all java libraries won't compile anymore so I had to create manual ugly targets that generates XJni.java classes for those java_librares.
* added `asset_dirs` for unit-tests as Chrome recently added a CHECK for that https://chromium-review.googlesource.com/c/chromium/src/+/4611280. This was crashing the test and also failing some of the previously disabled tests, those can now be re-enabled.
* added missing javafiles manually such as Batch.java and DoNotBatch.java.
* added more test data for `net_unittests_data`.
Change-Id: I5f952bfcc77792e244d14414c89c29c365dda075
1 file changed