Drop the cc_defaults module for libdexfile_external_static users.

It won't work in SDK snapshots (b/169779783).

This means external dependencies (libbase, liblog, libz, libziparchive)
are included as whole_static_libs, as before
https://r.android.com/1435792, even if that may lead to duplicated code
in depending modules. We cannot let them depend on those libraries
separately without better tools to avoid version conflicts.

Test: atest --host art_libdexfile_external_static_tests
Bug: 142944931
Bug: 169885605
Change-Id: I9fc176dd798ce64cbb806905e665bc03c247fddb
1 file changed