From b5753554aa55820864746b67b83e05cec81d788b Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Tue, 29 Jan 2019 20:02:48 +0100 Subject: msm8996-common: Enable actual VNDK support * Basically: - Copy vndk 28 libgui.so to vendor renaming it to libfui.so and hex edit libmmcamera2_stats_modules and libmmcamera_ppeiscore to search for it This is needed as with BOARD_VNDK_RUNTIME_DISABLE disabled only some files are allowed to access the /system/lib directory - Patchelf libmpbase and libmmcamera2_stats_modules to remove libandroid.so which was being searched, it isn't actually necessary * Thanks erfanoabdi for all the help with this Signed-off-by: Davide Garberi Change-Id: Ib1797104c3cdf1b4205616a127d4a99cbc70d67b --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 42aefe6..7fd168c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,7 +58,6 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true -BOARD_VNDK_RUNTIME_DISABLE := true BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true PRODUCT_VENDOR_MOVE_ENABLED := true -- cgit v1.2.3