Temporarily disable libbase

This should unbreak the build and give me some time to investigate the
root cause.

Test: USE_BAZEL_ANALYSIS=1 m libandroidfw
Change-Id: Ia843ae5b92a70131b4989b4bdebc063866cb1075
This commit is contained in:
Chris Parsons
2021-09-30 17:25:32 -04:00
parent a37e195182
commit b1f405e66d

View File

@@ -285,6 +285,24 @@ var (
"libadb_protos_static", // b/200601772: Requires cc_library proto support "libadb_protos_static", // b/200601772: Requires cc_library proto support
"libadb_protos", // b/200601772: Requires cc_library proto support "libadb_protos", // b/200601772: Requires cc_library proto support
"libapp_processes_protos_lite", // b/200601772: Requires cc_library proto support "libapp_processes_protos_lite", // b/200601772: Requires cc_library proto support
"libbase", // TODO(cparsons): Breaks libandroidfw. Investigate.
// The below items depend on libbase.
"libadb_pairing_auth",
"libadb_pairing_auth_static",
"libadb_sysdeps",
"libadb_tls_connection",
"libadb_tls_connection_static",
"libadbconnection_client",
"libadbconnection_server",
"libadbd_auth",
"libadbd_fs",
"libcutils",
"libcutils_sockets",
"libdiagnose_usb",
// ---
} }
// Per-module denylist of cc_library modules to only generate the static // Per-module denylist of cc_library modules to only generate the static