diff options
Diffstat (limited to 'core/host_executable_internal.mk')
-rw-r--r-- | core/host_executable_internal.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/host_executable_internal.mk b/core/host_executable_internal.mk index ffb35d2..0c0ac3d 100644 --- a/core/host_executable_internal.mk +++ b/core/host_executable_internal.mk @@ -27,6 +27,9 @@ ifndef skip_build_from_source include $(BUILD_SYSTEM)/binary.mk +my_host_libprofile_rt := $($(LOCAL_2ND_ARCH_VAR_PREFIX)HOST_LIBPROFILE_RT) +$(LOCAL_BUILT_MODULE): PRIVATE_HOST_LIBPROFILE_RT := $(my_host_libprofile_rt) + $(LOCAL_BUILT_MODULE): $(all_objects) $(all_libraries) $(transform-host-o-to-executable) |