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

Commit da084f96 authored by Kiyoung Kim's avatar Kiyoung Kim Committed by android-build-merger
Browse files

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

am: 5bc7941b

Change-Id: Iacc863f17ab40a829cbef33655e7fd0f3458319d
parents 69aa1e0b 5bc7941b
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