From d1caff4b2b7d785fad7c7597c855d5a86e66d68c Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Fri, 13 Apr 2018 13:15:46 -0700 Subject: [PATCH] Fix typo. Bug: 73768157 Test: make checkbuild Change-Id: Icf3a142500aa3f9849250ae0a895a61797b95376 --- core/prebuilt_internal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk index a9eb29e01..ad081d567 100644 --- a/core/prebuilt_internal.mk +++ b/core/prebuilt_internal.mk @@ -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