Specify version for aidl_interface explicitly

Bug: 150578172
Ignore-AOSP-First: to avoid merge conflict on vndk list
Test: m
Change-Id: Id5b4e82c56659f5b580eb7c0330c3a5ef1b4780e
This commit is contained in:
Jeongik Cha 2021-01-23 09:33:35 +09:00
parent 4753deb6e2
commit 269e554254
2 changed files with 8 additions and 8 deletions

View file

@ -18,12 +18,12 @@ rust_library {
srcs: ["src/lib.rs"],
rustlibs: [
"android.hardware.security.keymint-rust",
"android.hardware.security.secureclock-rust",
"android.hardware.security.keymint-V1-rust",
"android.hardware.security.secureclock-V1-rust",
"android.security.apc-rust",
"android.security.authorization-rust",
"android.security.compat-rust",
"android.system.keystore2-rust",
"android.system.keystore2-V1-rust",
"libanyhow",
"libbinder_rs",
"libkeystore2_apc_compat-rust",
@ -48,12 +48,12 @@ rust_test {
auto_gen_config: false,
test_config: "AndroidTest.xml",
rustlibs: [
"android.hardware.security.keymint-rust",
"android.hardware.security.secureclock-rust",
"android.hardware.security.keymint-V1-rust",
"android.hardware.security.secureclock-V1-rust",
"android.security.apc-rust",
"android.security.authorization-rust",
"android.security.compat-rust",
"android.system.keystore2-rust",
"android.system.keystore2-V1-rust",
"libandroid_logger",
"libanyhow",
"libbinder_rs",

View file

@ -18,7 +18,7 @@ rust_library {
srcs: ["lib.rs"],
rustlibs: [
"android.hardware.security.keymint-rust",
"android.hardware.security.keymint-V1-rust",
"android.security.compat-rust",
],
shared_libs: [
@ -33,7 +33,7 @@ rust_test {
test_suites: ["general-tests"],
auto_gen_config: true,
rustlibs: [
"android.hardware.security.keymint-rust",
"android.hardware.security.keymint-V1-rust",
"android.security.compat-rust",
],
shared_libs: [