Skip to content

Commit 7dab4e8

Browse files
Eino-Ville Talvala (Eddy)Gerrit Code Review
authored andcommitted
Merge "Update dependencies on graphics.common HAL to latest" into main
2 parents c61ebcb + 888300c commit 7dab4e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/gralloc/types/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cc_library {
5656
],
5757

5858
export_shared_lib_headers: [
59-
"android.hardware.graphics.common-V5-ndk",
59+
"android.hardware.graphics.common-V6-ndk",
6060
"android.hardware.graphics.mapper@4.0",
6161
"libhidlbase",
6262
],

libs/graphicsenv/GraphicsEnv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static const char* kFormerlyVndkspLibrariesList =
9292
"android.hardware.common-V2-ndk.so:"
9393
"android.hardware.common.fmq-V1-ndk.so:"
9494
"android.hardware.graphics.allocator-V2-ndk.so:"
95-
"android.hardware.graphics.common-V5-ndk.so:"
95+
"android.hardware.graphics.common-V6-ndk.so:"
9696
"android.hardware.graphics.common@1.0.so:"
9797
"android.hardware.graphics.common@1.1.so:"
9898
"android.hardware.graphics.common@1.2.so:"

0 commit comments

Comments
 (0)