summaryrefslogtreecommitdiffstats
path: root/core/prebuilt_internal.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-04-09 09:22:36 -0700
committerYing Wang <wangying@google.com>2015-04-09 09:45:39 -0700
commit4972d195ddb886460cd3a8de6c101f7a0ccd1096 (patch)
tree9886550e4787cda8e129cc8fc584d4b9c117bcfc /core/prebuilt_internal.mk
parent597bdd70c1e17630e9c942bfeca339929e794793 (diff)
downloadbuild-4972d195ddb886460cd3a8de6c101f7a0ccd1096.zip
build-4972d195ddb886460cd3a8de6c101f7a0ccd1096.tar.gz
build-4972d195ddb886460cd3a8de6c101f7a0ccd1096.tar.bz2
Remove ancient ranlib workaround on Mac OS X.
Apparently we don't need it for Mac OS X 10.7 and above. Change-Id: I5ee81700c16e8c66b2d5f2b373fd2d523b5ec018
Diffstat (limited to 'core/prebuilt_internal.mk')
-rw-r--r--core/prebuilt_internal.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk
index 59e3816..ca6e06a 100644
--- a/core/prebuilt_internal.mk
+++ b/core/prebuilt_internal.mk
@@ -256,13 +256,6 @@ $(built_module) : $(my_prebuilt_src_file)
else
$(built_module) : $(my_prebuilt_src_file) | $(ACP)
$(transform-prebuilt-to-target)
-ifneq ($(prebuilt_module_is_a_library),)
- ifneq ($(LOCAL_IS_HOST_MODULE),)
- $(transform-host-ranlib-copy-hack)
- else
- $(transform-ranlib-copy-hack)
- endif
-endif
endif
endif # LOCAL_MODULE_CLASS != APPS