mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
*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:
@@ -1,5 +1,5 @@
|
||||
aidl_interface {
|
||||
name: "vintf-common",
|
||||
name: "android.hardware.common",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user