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

Commit d5f3d6ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make libbinder_rs be available to the virt APEX"

parents d31cbfd7 b1af7834
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -23,7 +23,11 @@ rust_library {
        darwin: {
            enabled: false,
        }
    }
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ],
}

rust_library {
@@ -41,7 +45,11 @@ rust_library {
        darwin: {
            enabled: false,
        }
    }
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ],
}

rust_bindgen {
@@ -87,6 +95,10 @@ rust_bindgen {
            enabled: false,
        },
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ],
}

rust_test {