From d18e6097907ced938e6430cc27bc2a66dce14867 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 22 Aug 2017 16:30:32 +0100 Subject: [PATCH] core: Fix typo in build rule. This doesn't appear to cause any issues that i'm aware of. This typo was discovered because I made the same typo in a grep statement. Test: make Change-Id: I433e065c9ace15ab134f31c07e524a7555a8c0c1 --- core/host_shared_library_internal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/host_shared_library_internal.mk b/core/host_shared_library_internal.mk index bfbde212b0..5e199cc659 100644 --- a/core/host_shared_library_internal.mk +++ b/core/host_shared_library_internal.mk @@ -39,7 +39,7 @@ OVERRIDE_BUILT_MODULE_PATH := $($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT_INTE include $(BUILD_SYSTEM)/binary.mk my_host_libprofile_rt := $($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)LIBPROFILE_RT) -$(LOCAL_BUILD_MODULE): PRIVATE_HOST_LIBPROFILE_RT := $(my_host_libprofile_rt) +$(LOCAL_BUILT_MODULE): PRIVATE_HOST_LIBPROFILE_RT := $(my_host_libprofile_rt) $(LOCAL_BUILT_MODULE): \ $(all_objects) \