VtsHalGraphicsMapper test: Use static graphics.hardware.common

To avoid linking issues during graphics.hardware.common updates.

Bug: 368395888
Test: Builds
Flag: EXEMPT build file changes only
Change-Id: I2377d8cb35bdc7a1f8020812bf773f9b15ffc277
This commit is contained in:
Eino-Ville Talvala
2024-10-08 19:19:44 -07:00
parent 3402ebc50a
commit 294b3a1dc3

View File

@@ -111,7 +111,7 @@ cc_test {
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
"android.hardware.graphics.allocator-ndk_shared",
"android.hardware.graphics.common-ndk_shared",
"android.hardware.graphics.common-ndk_static",
],
srcs: [
"vts/VtsHalGraphicsMapperStableC_TargetTest.cpp",