diff options
-rw-r--r-- | libs/gralloc/types/Android.bp | 2 | ||||
-rw-r--r-- | libs/graphicsenv/GraphicsEnv.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/gralloc/types/Android.bp b/libs/gralloc/types/Android.bp index 8dabc2c79e..f9f304a812 100644 --- a/libs/gralloc/types/Android.bp +++ b/libs/gralloc/types/Android.bp @@ -56,7 +56,7 @@ cc_library { ], export_shared_lib_headers: [ - "android.hardware.graphics.common-V5-ndk", + "android.hardware.graphics.common-V6-ndk", "android.hardware.graphics.mapper@4.0", "libhidlbase", ], diff --git a/libs/graphicsenv/GraphicsEnv.cpp b/libs/graphicsenv/GraphicsEnv.cpp index d1a56635f5..a8d5fe7371 100644 --- a/libs/graphicsenv/GraphicsEnv.cpp +++ b/libs/graphicsenv/GraphicsEnv.cpp @@ -92,7 +92,7 @@ static const char* kFormerlyVndkspLibrariesList = "android.hardware.common-V2-ndk.so:" "android.hardware.common.fmq-V1-ndk.so:" "android.hardware.graphics.allocator-V2-ndk.so:" - "android.hardware.graphics.common-V5-ndk.so:" + "android.hardware.graphics.common-V6-ndk.so:" "android.hardware.graphics.common@1.0.so:" "android.hardware.graphics.common@1.1.so:" "android.hardware.graphics.common@1.2.so:" |