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

Commit 986e453d authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Remove ld.config.recovery.txt build

Remove ld.config.recovery.txt build as this will be replaced to be
generated from linkerconfig during build time.

Bug: 146414198
Test: m -j passed
Test: Checked linker config generated under recovery's system/etc
Change-Id: I0d2aa121973c4c99e68f44f4e76e4eab74dc2f95
parent 1cdcc5f7
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -272,16 +272,6 @@ endif # ifeq ($(_enforce_vndk_lite_at_runtime),false)
_enforce_vndk_at_runtime :=
_enforce_vndk_lite_at_runtime :=

#######################################
# ld.config.txt for recovery
include $(CLEAR_VARS)
LOCAL_MODULE := ld.config.recovery.txt
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/ld.config.recovery.txt
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/etc
LOCAL_MODULE_STEM := ld.config.txt
include $(BUILD_PREBUILT)

#######################################
# sanitizer.libraries.txt
include $(CLEAR_VARS)
+3 −9
Original line number Diff line number Diff line
# Copyright (C) 2018 The Android Open Source Project
#
# Bionic loader config file for recovery mode
#

dir.recovery = /system/bin

[recovery]
namespace.default.search.paths = /system/${LIB}
# This file is no longer in use.
# Please update linker configuration generator instead.
# You can find the code from /system/linkerconfig
 No newline at end of file