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
This commit is contained in:
Kiyoung Kim 2019-12-19 16:37:43 +09:00
parent 1cdcc5f7e8
commit 986e453d9c
2 changed files with 3 additions and 19 deletions

View file

@ -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)

View file

@ -1,9 +1,3 @@
# 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