Disable dexpreopt and <uses-library> check for APKs.

This has to be done because the APKs depend on libraries for which there
are no modules in the build system, so it's impossible to add a build
dependency on them. As a consequence, it is not possible to construct
class loader context for dexpreopt.

Bug: 132357300
Test: treehugger
Change-Id: I81a4a58b601b3fb496ae7b78eb6abaff20dbf451
1 file changed