Merge "Update VNDK version for common graphics HALs."
This commit is contained in:
commit
61c62c6b56
3 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue