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

Commit f42c2842 authored by Troy Wang's avatar Troy Wang
Browse files

Make libaconfig_storage_read_api rust lib vendor available.

Newly introduced vendor process ueventmond, written in rust, depends on
aconfig library to have access to aconfig flags.

Flag: EXEMPT Make library vendor available.
BUG: 402539394
Test: Presubmit
Change-Id: Ib3b7255454fa2b03992fce1028cc8503ef80a339
parent f1588a9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ rust_library {
    name: "libaconfig_storage_read_api",
    crate_name: "aconfig_storage_read_api",
    host_supported: true,
    vendor_available: true,
    defaults: ["aconfig_storage_read_api.defaults"],
    rustlibs: [
        "libaconfig_storage_file",
@@ -45,7 +46,6 @@ rust_library {
    min_sdk_version: "29",
}


rust_test_host {
    name: "aconfig_storage_read_api.test",
    test_suites: ["general-tests"],