OSDN Git Service

Darwin: Use the same `ar` as Soong
authorDan Willemsen <dwillemsen@google.com>
Tue, 29 Mar 2016 23:21:32 +0000 (16:21 -0700)
committerDan Willemsen <dwillemsen@google.com>
Tue, 29 Mar 2016 23:21:32 +0000 (16:21 -0700)
commit6a54a9f10a0feb3ba90d3848654a8c6ea3e49dd6
treeabba78da26c69e96998aa8f497124b8e892d3b73
parente4d5e08c2ec0d9db6b2baa160d4bf847331a331f
Darwin: Use the same `ar` as Soong

Soong uses the copy of `ar` in the OSX SDK instead of the wrapper in
/usr/bin/ar. /usr/bin/ar appears to be a thin wrapper that looks up the
current SDK and passes execution to it. Soong does this so that it can
actually set up a dependency on the tool.

Change-Id: Ia4e4fbe3287539933fa98a1354c3ccee91f4d552
core/combo/HOST_darwin-x86.mk
core/combo/HOST_darwin-x86_64.mk