Merge "Use the legacy linker namespace configs when target is sanitized"

This commit is contained in:
TreeHugger Robot 2017-07-12 01:11:10 +00:00 committed by Android (Google) Code Review
commit 01af80094e

View file

@ -194,7 +194,7 @@ bcp_dep :=
include $(CLEAR_VARS)
LOCAL_MODULE := ld.config.txt
ifeq ($(PRODUCT_FULL_TREBLE),true)
ifeq ($(PRODUCT_FULL_TREBLE)|$(SANITIZE_TARGET),true|)
LOCAL_SRC_FILES := etc/ld.config.txt
else
LOCAL_SRC_FILES := etc/ld.config.legacy.txt