Merge "Replace static_rlibs usage." into main

This commit is contained in:
Ivan Lozano
2024-06-28 14:44:49 +00:00
committed by Gerrit Code Review

View File

@@ -85,7 +85,7 @@ cc_library {
"libcxx_aconfig_storage_read_api_bridge_header", "libcxx_aconfig_storage_read_api_bridge_header",
], ],
generated_sources: ["libcxx_aconfig_storage_read_api_bridge_code"], generated_sources: ["libcxx_aconfig_storage_read_api_bridge_code"],
static_rlibs: ["libaconfig_storage_read_api_cxx_bridge"], whole_static_libs: ["libaconfig_storage_read_api_cxx_bridge"],
export_include_dirs: ["include"], export_include_dirs: ["include"],
host_supported: true, host_supported: true,
vendor_available: true, vendor_available: true,