Merge "aconfig: make APIs apex available" into main
This commit is contained in:
@@ -22,6 +22,11 @@ rust_library {
|
||||
host_supported: true,
|
||||
defaults: ["aconfig_storage_file.defaults"],
|
||||
srcs: ["src/lib.rs"],
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
rust_binary_host {
|
||||
@@ -44,6 +49,11 @@ rust_protobuf {
|
||||
crate_name: "aconfig_storage_protos",
|
||||
source_stem: "aconfig_storage_protos",
|
||||
host_supported: true,
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
@@ -23,6 +23,11 @@ rust_library {
|
||||
crate_name: "aconfig_storage_read_api",
|
||||
host_supported: true,
|
||||
defaults: ["aconfig_storage_read_api.defaults"],
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
rust_test_host {
|
||||
@@ -68,7 +73,7 @@ cc_library_static {
|
||||
srcs: ["aconfig_storage_read_api.cpp"],
|
||||
generated_headers: [
|
||||
"cxx-bridge-header",
|
||||
"libcxx_aconfig_storage_read_api_bridge_header"
|
||||
"libcxx_aconfig_storage_read_api_bridge_header",
|
||||
],
|
||||
generated_sources: ["libcxx_aconfig_storage_read_api_bridge_code"],
|
||||
whole_static_libs: ["libaconfig_storage_read_api_cxx_bridge"],
|
||||
|
Reference in New Issue
Block a user