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

Commit 36661d4c authored by Dennis Shen's avatar Dennis Shen
Browse files

aconfig: switch read api lib to cc_library

Bug: b/321077378
Test: atest -c
Change-Id: I8d64396797b01a8ce2f4bee165596701940836e4
parent 65610a10
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",
    ],
}