Cronet provides two engine implementations, the native one and Java-based one. Depending on needs, an embedder can choose to package the native implementation, Java implementation or both. We need to add tests to test these different Cronet packagings. The tests should include the verification of proguard specs.
The tests can also help in solving Issue 637972 . By having two APKs (i.e. one that packages native engine and another that packages Java impl only), we can cleanly run the tests with both implementations.
Comment 1 by pauljensen@chromium.org
, Nov 29 2016Status: Assigned (was: Untriaged)