Skip to content

Commit 36b205f

Browse files
Eino-Ville Talvala (Eddy)delphij
authored andcommitted
Merge "Update dependencies on graphics.common HAL to latest" into main am: 7dab4e8
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3341054 Merged-In: I8e33403098f6e7e573d3cac58bba7ce290c61206 Change-Id: I1b3f8619ec88ef52acb60c3022fe8b2fab045205 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 728da16 + 7dab4e8 commit 36b205f

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)