Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f064a1dd authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Deprecate ld.config.txt for fully treblelized devices

From latest change fully treblelized devices started to use
ld.config.txt from generator instead of the one under /system/etc. As so
existing ld.config.txt is no longer required. This change removes all
ld.config.txt content and build script for it.

Bug: 138920271
Test: m -j passed
Test: Tested from Cuttlefish
Change-Id: I9e2d4b305442a4fccc4378a997ec92bfd6cddb84
parent 17e920db
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -245,12 +245,7 @@ $(foreach b,$(ART_BINARIES), \
ifeq ($(_enforce_vndk_at_runtime),true)

# for VNDK enforced devices
LOCAL_MODULE_STEM := $(call append_vndk_version,$(LOCAL_MODULE))
include $(BUILD_SYSTEM)/base_rules.mk
ld_config_template := $(LOCAL_PATH)/etc/ld.config.txt
check_backward_compatibility := true
vndk_version := $(PLATFORM_VNDK_VERSION)
include $(LOCAL_PATH)/update_and_install_ld_config.mk
# This file will be replaced with dynamically generated one from system/linkerconfig

else ifeq ($(_enforce_vndk_lite_at_runtime),true)

@@ -286,7 +281,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
LOCAL_MODULE_STEM := $$(LOCAL_MODULE)
include $(BUILD_SYSTEM)/base_rules.mk
ld_config_template := $(LOCAL_PATH)/etc/ld.config.txt
check_backward_compatibility := true
vndk_version := $(1)
lib_list_from_prebuilts := true
include $(LOCAL_PATH)/update_and_install_ld_config.mk
+3 −803

File changed.

Preview size limit exceeded, changes collapsed.