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

Commit 8f9ca807 authored by Ted Bauer's avatar Ted Bauer Committed by Gerrit Code Review
Browse files

Merge "aconfig: switch read api lib to cc_library" into main

parents a40c6380 36661d4c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ rust_ffi_static {
}

// flag read api cc interface
cc_library_static {
cc_library {
    name: "libaconfig_storage_read_api_cc",
    srcs: ["aconfig_storage_read_api.cpp"],
    generated_headers: [
@@ -83,5 +83,10 @@ cc_library_static {
        "libaconfig_storage_protos_cc",
        "libprotobuf-cpp-lite",
        "libbase",
        "liblog",
    ],
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
}