mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:12:46 +00:00
Update VNDK version for common graphics HALs.
We are adding things to them, and in order for core libraries like libui to use them, the newer versions need to be in the VNDK. Bug: 170435409 Test: build Change-Id: I4094240656f357b5ae52194befd0e10627b9fe23 Merged-In: I4094240656f357b5ae52194befd0e10627b9fe23
This commit is contained in:
@@ -6,6 +6,7 @@ aidl_interface {
|
||||
enabled: true,
|
||||
support_system_process: true,
|
||||
},
|
||||
vndk_use_version: "2",
|
||||
srcs: [
|
||||
"android/hardware/common/*.aidl",
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@ aidl_interface {
|
||||
enabled: true,
|
||||
support_system_process: true,
|
||||
},
|
||||
vndk_use_version: "2",
|
||||
srcs: [
|
||||
"android/hardware/graphics/common/*.aidl",
|
||||
],
|
||||
|
||||
@@ -19,7 +19,7 @@ cc_test {
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: ["VtsHalGraphicsMapperV4_0TargetTest.cpp"],
|
||||
static_libs: [
|
||||
"android.hardware.graphics.common-ndk_platform",
|
||||
"android.hardware.graphics.common-unstable-ndk_platform",
|
||||
"android.hardware.graphics.mapper@4.0-vts",
|
||||
"libgralloctypes",
|
||||
"libsync",
|
||||
|
||||
Reference in New Issue
Block a user