mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "*common: use package as name"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b7430e5154
@@ -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: {
|
||||
|
||||
@@ -19,10 +19,10 @@ cc_test {
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: ["VtsHalGraphicsMapperV4_0TargetTest.cpp"],
|
||||
static_libs: [
|
||||
"android.hardware.graphics.common-ndk_platform",
|
||||
"android.hardware.graphics.mapper@4.0-vts",
|
||||
"libgralloctypes",
|
||||
"libsync",
|
||||
"vintf-graphics-common-ndk_platform",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.graphics.allocator@4.0",
|
||||
@@ -34,5 +34,8 @@ cc_test {
|
||||
header_libs: [
|
||||
"libsystem_headers",
|
||||
],
|
||||
test_suites: ["general-tests", "vts-core"],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts-core",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user