[API] Change libvm_payload to shared lib
Test: MicrodroidTests Bug: 243512047 Bug: 250854486 Change-Id: I20d0613d2118c43d891d1fbb60ee8ab070cbb8e0
This commit is contained in:
parent
3b80c9b14b
commit
609299c917
|
@ -26,9 +26,9 @@ cc_binary {
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libcompos_key",
|
"libcompos_key",
|
||||||
"libvm_payload",
|
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libvm_payload",
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ package {
|
||||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
rust_ffi_static {
|
rust_ffi_shared {
|
||||||
name: "libvm_payload",
|
name: "libvm_payload",
|
||||||
crate_name: "vm_payload",
|
crate_name: "vm_payload",
|
||||||
srcs: ["src/*.rs"],
|
srcs: ["src/*.rs"],
|
||||||
|
|
|
@ -37,12 +37,12 @@ cc_library_shared {
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"libbinder_rpc_unstable",
|
"libbinder_rpc_unstable",
|
||||||
"MicrodroidTestNativeLibSub",
|
"MicrodroidTestNativeLibSub",
|
||||||
|
"libvm_payload",
|
||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libfsverity_digests_proto_cc",
|
"libfsverity_digests_proto_cc",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libprotobuf-cpp-lite-ndk",
|
"libprotobuf-cpp-lite-ndk",
|
||||||
"libvm_payload",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue