Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6288a52 authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Replace static_rlibs usage.

static_rlibs has been folded into the normal static_libs and
whole_static_libs properties.

Bug: 254469782
Bug: 349129702
Test: m
Change-Id: I89d260f78947c3e0fe65148177c7f98d0d0c504d
parent e3190bfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ cc_library {
        "libcxx_aconfig_storage_read_api_bridge_header",
    ],
    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"],
    host_supported: true,
    vendor_available: true,