Update aconfig storage deps for CPP codegen
Bug: 328444881 Test: m AconfigDemoActivity Change-Id: I12d746d3270dce39533e1afd213343e232044161
This commit is contained in:
@@ -27,6 +27,8 @@ rust_library {
|
|||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
min_sdk_version: "29",
|
min_sdk_version: "29",
|
||||||
|
vendor_available: true,
|
||||||
|
product_available: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
rust_binary_host {
|
rust_binary_host {
|
||||||
@@ -54,6 +56,8 @@ rust_protobuf {
|
|||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
min_sdk_version: "29",
|
min_sdk_version: "29",
|
||||||
|
vendor_available: true,
|
||||||
|
product_available: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
@@ -68,4 +72,8 @@ cc_library {
|
|||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
min_sdk_version: "29",
|
||||||
|
vendor_available: true,
|
||||||
|
product_available: true,
|
||||||
|
double_loadable: true,
|
||||||
}
|
}
|
||||||
|
@@ -65,7 +65,14 @@ rust_ffi_static {
|
|||||||
name: "libaconfig_storage_read_api_cxx_bridge",
|
name: "libaconfig_storage_read_api_cxx_bridge",
|
||||||
crate_name: "aconfig_storage_read_api_cxx_bridge",
|
crate_name: "aconfig_storage_read_api_cxx_bridge",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
vendor_available: true,
|
||||||
|
product_available: true,
|
||||||
defaults: ["aconfig_storage_read_api.defaults"],
|
defaults: ["aconfig_storage_read_api.defaults"],
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"//apex_available:anyapex",
|
||||||
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
||||||
// flag read api cc interface
|
// flag read api cc interface
|
||||||
@@ -79,14 +86,21 @@ cc_library {
|
|||||||
generated_sources: ["libcxx_aconfig_storage_read_api_bridge_code"],
|
generated_sources: ["libcxx_aconfig_storage_read_api_bridge_code"],
|
||||||
whole_static_libs: ["libaconfig_storage_read_api_cxx_bridge"],
|
whole_static_libs: ["libaconfig_storage_read_api_cxx_bridge"],
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
host_supported: true,
|
||||||
|
vendor_available: true,
|
||||||
|
product_available: true,
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libaconfig_storage_protos_cc",
|
"libaconfig_storage_protos_cc",
|
||||||
"libprotobuf-cpp-lite",
|
"libprotobuf-cpp-lite",
|
||||||
"libbase",
|
"libbase",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
],
|
],
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
|
double_loadable: true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user