Merge "aconfig: switch read api lib to cc_library" into main
This commit is contained in:
commit
8f9ca8075f
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue