Merge "aconfig: switch read api lib to cc_library" into main
This commit is contained in:
@@ -69,7 +69,7 @@ rust_ffi_static {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// flag read api cc interface
|
// flag read api cc interface
|
||||||
cc_library_static {
|
cc_library {
|
||||||
name: "libaconfig_storage_read_api_cc",
|
name: "libaconfig_storage_read_api_cc",
|
||||||
srcs: ["aconfig_storage_read_api.cpp"],
|
srcs: ["aconfig_storage_read_api.cpp"],
|
||||||
generated_headers: [
|
generated_headers: [
|
||||||
@@ -83,5 +83,10 @@ cc_library_static {
|
|||||||
"libaconfig_storage_protos_cc",
|
"libaconfig_storage_protos_cc",
|
||||||
"libprotobuf-cpp-lite",
|
"libprotobuf-cpp-lite",
|
||||||
"libbase",
|
"libbase",
|
||||||
|
"liblog",
|
||||||
|
],
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user