Merge "Update VNDK version for common graphics HALs." into rvc-d1-dev-plus-aosp am: 6771686697

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

Change-Id: I3ad6da3bd6e1c51517b0cb40aeee191cb4eb3c38
This commit is contained in:
Steven Moreland
2020-10-20 20:42:34 +00:00
committed by Automerger Merge Worker
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ aidl_interface {
enabled: true,
support_system_process: true,
},
vndk_use_version: "2",
srcs: [
"android/hardware/common/*.aidl",
],

View File

@@ -6,6 +6,7 @@ aidl_interface {
enabled: true,
support_system_process: true,
},
vndk_use_version: "2",
srcs: [
"android/hardware/graphics/common/*.aidl",
],

View File

@@ -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",