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

Commit c391d855 authored by Kevin Liu's avatar Kevin Liu Committed by Android (Google) Code Review
Browse files

Merge "Use local built libandroid_runtime.so in Robolectric." into main

parents 9bf47f9e 141ebeb1
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -131,10 +131,20 @@ cc_library {

cc_defaults {
    name: "aconfig_lib_cc_shared_link.defaults",
    target: {
        android: {
            shared_libs: select(release_flag("RELEASE_READ_FROM_NEW_STORAGE"), {
                true: ["libaconfig_storage_read_api_cc"],
                default: [],
            }),
        },
        host: {
            static_libs: select(release_flag("RELEASE_READ_FROM_NEW_STORAGE"), {
                true: ["libaconfig_storage_read_api_cc"],
                default: [],
            }),
        },
    },
}

cc_defaults {