Merge changes from topic "b188871598-security"

* changes:
  neuralnetworks: use versions for imports
  .graphics.common: use versions for imports
  keymint: use versions for imports
This commit is contained in:
Steven Moreland
2021-08-31 16:47:14 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ aidl_interface {
],
stability: "vintf",
imports: [
"android.hardware.common",
"android.hardware.common-V2",
],
backend: {
java: {

View File

@@ -16,8 +16,8 @@ aidl_interface {
],
stability: "vintf",
imports: [
"android.hardware.common",
"android.hardware.graphics.common",
"android.hardware.common-V2",
"android.hardware.graphics.common-V2",
],
backend: {
java: {

View File

@@ -14,7 +14,7 @@ aidl_interface {
"android/hardware/security/keymint/*.aidl",
],
imports: [
"android.hardware.security.secureclock",
"android.hardware.security.secureclock-V1",
],
stability: "vintf",
backend: {