mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
*common: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-*common format to the package format
(android.hardware.*common).
Bug: N/A
Test: all build time
Merged-In: Ie1d92a50dddf7e3e1bd473e2a957279c6dadb865
(cherry picked from commit 926aa80f04)
Change-Id: I82b2255986a7089e625e02a1b48906611178895d
This commit is contained in:
committed by
Devin Moore
parent
2c7606b721
commit
014e70b1ea
@@ -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