Merge "aconfig: switch read api lib to cc_library" into main am: 8f9ca8075f
Original change: https://android-review.googlesource.com/c/platform/build/+/3038459 Change-Id: Ic5858559dba99d15a5efe1f8c0f1803e457bc531 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user