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

Commit 20ed2074 authored by Dennis Shen's avatar Dennis Shen Committed by Gerrit Code Review
Browse files

Merge "add the test config lib to a target that is used in platform build" into main

parents 5e9bc761 e472adf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ rust_aconfig_library {
    name: "libaconfig_test_rust_library",
    crate_name: "aconfig_test_rust_library",
    aconfig_declarations: "aconfig.test.flags",
    host_supported: true,
}

rust_test {
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ rust_defaults {
        "libnix",
        "libprotobuf",
        "libregex",
        // TODO: b/371021174 remove this fake dependency once we find a proper strategy to
        // deal with test aconfig libs are not present in storage because they are never used
        // by the actual build
        "libaconfig_test_rust_library",
    ],
}