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

Commit 5bc7941b authored by Kiyoung Kim's avatar Kiyoung Kim Committed by Gerrit Code Review
Browse files

Merge "Remove ld.config.recovery.txt build"

parents d4502115 986e453d
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