Skip to content

Commit

Permalink
hammerhead: Use libprotobuf-cpp-lite-v29.so for libwvdrmengine.so
Browse files Browse the repository at this point in the history
* libwvdrmengine.so needs _ZN6google8protobuf8internal13empty_string_E
  which is dropped in the API 30 library, but can be found in the
  API 29 prebuilt

* libprotobuf-cpp-lite-v29.so is libprotobuf-cpp-lite.so from
  prebuilts/vndk/v29/arm/arch-arm-armv7-a-neon/shared/vndk-core/

Change-Id: I39e3251d53b14f3325282b12e6a6bf741ebcf63a
  • Loading branch information
haggertk authored and z3DD3r committed Feb 27, 2022
1 parent c9d3524 commit 5f85082
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hammerhead/hammerhead-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ PRODUCT_COPY_FILES += \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxWmaDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxWmaDec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOpenCL.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOpenCL.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libperipheral_client.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperipheral_client.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libprotobuf-cpp-lite-v29.so:$(TARGET_COPY_OUT_VENDOR)/lib/libprotobuf-cpp-lite-v29.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libqcci_legacy.so:$(TARGET_COPY_OUT_VENDOR)/lib/libqcci_legacy.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libqdi.so:$(TARGET_COPY_OUT_VENDOR)/lib/libqdi.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libqdp.so:$(TARGET_COPY_OUT_VENDOR)/lib/libqdp.so \
Expand Down
Binary file not shown.
Binary file modified hammerhead/proprietary/vendor/lib/mediadrm/libwvdrmengine.so
Binary file not shown.

0 comments on commit 5f85082

Please sign in to comment.