Merge "Fix typo."

am: 5576f9a6ca

Change-Id: I1ed90064bdf8521f5049c21e244e101f27d8521e
This commit is contained in:
Chih-Hung Hsieh 2018-04-14 15:58:11 -07:00 committed by android-build-merger
commit ffcdc18a8c
1 changed files with 1 additions and 1 deletions

View File

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