Skip to content

Commit

Permalink
m1s1: Remove copy libutils-v33
Browse files Browse the repository at this point in the history
With enforced elf checks coming on A16, let's switch to the provided one from compat

Change-Id: I193682ca769e902b7a8b2edd850ea14297a71dec
  • Loading branch information
ThEMarD authored and npjohnson committed Nov 29, 2024
1 parent 911f0b4 commit e5c9f06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,10 @@ PRODUCT_COPY_FILES += \

PRODUCT_COPY_FILES += \
prebuilts/vndk/v29/arm/arch-arm-armv7-a-neon/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib/libprotobuf-cpp-lite-v29.so \
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libprotobuf-cpp-lite-v29.so \
prebuilts/vndk/v33/arm64/arch-arm64-armv8-a/shared/vndk-sp/libutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libutils-v33.so
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libprotobuf-cpp-lite-v29.so

PRODUCT_PACKAGES += \
libutils-v33

# Marlin/Sailfish kernel doesn't have HEH filename encryption
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit e5c9f06

Please sign in to comment.