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 10:06:33 -0700
commitaaf9a5b0ccb502d17fa83a119e69baec1af76d1a (patch)
tree46128c17dd3b2580680d5903e55c62a493ef0b66 /core/prebuilt_internal.mk
parent2594d3d1214642a8da8cdff01562ec205b02935a (diff)
downloadbuild-aaf9a5b0ccb502d17fa83a119e69baec1af76d1a.zip
build-aaf9a5b0ccb502d17fa83a119e69baec1af76d1a.tar.gz
build-aaf9a5b0ccb502d17fa83a119e69baec1af76d1a.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 47e21ef..d544619 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