Merge "android.security.*: use versions for imports"
This commit is contained in:
commit
5336020be3
1 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ package {
|
|||
aidl_interface {
|
||||
name: "android.security.attestationmanager",
|
||||
srcs: [ "android/security/attestationmanager/*.aidl", ],
|
||||
imports: [ "android.hardware.security.keymint" ],
|
||||
imports: [ "android.hardware.security.keymint-V1" ],
|
||||
unstable: true,
|
||||
backend: {
|
||||
java: {
|
||||
|
@ -45,8 +45,8 @@ aidl_interface {
|
|||
name: "android.security.authorization",
|
||||
srcs: [ "android/security/authorization/*.aidl" ],
|
||||
imports: [
|
||||
"android.hardware.security.keymint",
|
||||
"android.hardware.security.secureclock",
|
||||
"android.hardware.security.keymint-V1",
|
||||
"android.hardware.security.secureclock-V1",
|
||||
],
|
||||
unstable: true,
|
||||
backend: {
|
||||
|
@ -86,9 +86,9 @@ aidl_interface {
|
|||
name: "android.security.compat",
|
||||
srcs: [ "android/security/compat/*.aidl" ],
|
||||
imports: [
|
||||
"android.hardware.security.keymint",
|
||||
"android.hardware.security.secureclock",
|
||||
"android.hardware.security.sharedsecret",
|
||||
"android.hardware.security.keymint-V1",
|
||||
"android.hardware.security.secureclock-V1",
|
||||
"android.hardware.security.sharedsecret-V1",
|
||||
],
|
||||
unstable: true,
|
||||
backend: {
|
||||
|
@ -110,7 +110,7 @@ aidl_interface {
|
|||
name: "android.security.remoteprovisioning",
|
||||
srcs: [ "android/security/remoteprovisioning/*.aidl" ],
|
||||
imports: [
|
||||
"android.hardware.security.keymint",
|
||||
"android.hardware.security.keymint-V1",
|
||||
],
|
||||
unstable: true,
|
||||
backend: {
|
||||
|
|
Loading…
Reference in a new issue