diff options
author | 2017-01-11 18:34:57 -0800 | |
---|---|---|
committer | 2017-01-11 18:34:57 -0800 | |
commit | d973affed21e490a9eef1ae76dfcc3bd0358cb0e (patch) | |
tree | 7ba9092ddfb9b8110e2db97b3f5548c259515c99 /tools/bit/Android.mk | |
parent | bede012069321f7e1a264ac3ed55f45f39102627 (diff) |
Compile bit on darwin, use -j when invoking make
Test: ran the host tool and checked the output
Change-Id: Idd561139348779982b8c01977fcc18fdfbd0134d
Diffstat (limited to 'tools/bit/Android.mk')
-rw-r--r-- | tools/bit/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/bit/Android.mk b/tools/bit/Android.mk index 1c1291f07d2e..57f46d490f24 100644 --- a/tools/bit/Android.mk +++ b/tools/bit/Android.mk @@ -22,8 +22,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := bit -# This tool doesn't build on darwin. -LOCAL_MODULE_HOST_OS := linux +LOCAL_MODULE_HOST_OS := linux darwin LOCAL_SRC_FILES := \ aapt.cpp \ @@ -43,4 +42,3 @@ LOCAL_SHARED_LIBRARIES := \ libprotobuf-cpp-full include $(BUILD_HOST_EXECUTABLE) - |