forked from openkylin/platform_build
Fix typo.
Bug: 73768157 Test: make checkbuild Change-Id: Icf3a142500aa3f9849250ae0a895a61797b95376
This commit is contained in:
parent
a72e1518e7
commit
d1caff4b2b
|
@ -74,7 +74,7 @@ ifeq (SHARED_LIBRARIES,$(LOCAL_MODULE_CLASS))
|
|||
endif
|
||||
|
||||
# Relocation packer does not work with LLD yet.
|
||||
# my_use_clang_lld might be used befor set up in binary.mk
|
||||
# my_use_clang_lld might be used before being set up in binary.mk
|
||||
ifeq ($(my_use_clang_lld),true)
|
||||
my_pack_module_relocations := false
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue