Merge "Use the legacy linker namespace configs when target is sanitized"
This commit is contained in:
commit
01af80094e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue