*common: use package as name am: 014e70b1ea

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1364081

Change-Id: If2aaa0d17e8b77cba719b4a3515110ad8b36db26
This commit is contained in:
Steven Moreland
2020-07-20 23:32:23 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
aidl_interface {
name: "vintf-common",
name: "android.hardware.common",
host_supported: true,
vendor_available: true,
vndk: {

View File

@@ -1,5 +1,5 @@
aidl_interface {
name: "vintf-graphics-common",
name: "android.hardware.graphics.common",
host_supported: true,
vendor_available: true,
vndk: {
@@ -11,7 +11,7 @@ aidl_interface {
],
stability: "vintf",
imports: [
"vintf-common",
"android.hardware.common",
],
backend: {
java: {