am d494b8c0: am f37947cb: Merge "aidl: Don\'t link librt on Mac"

* commit 'd494b8c0cfaeedfb560f09355254c5fe397242be':
  aidl: Don't link librt on Mac
This commit is contained in:
Christopher Wiley
2015-09-02 16:43:08 +00:00
committed by Android Git Automerger

View File

@@ -64,7 +64,8 @@ LOCAL_STATIC_LIBRARIES := \
libgmock_host \
libgtest_host \
LOCAL_LDLIBS := -lrt
LOCAL_LDLIBS_linux := -lrt
include $(BUILD_HOST_NATIVE_TEST)
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK