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

* commit 'f37947cb1a452b81f7b25cf961763c2ec3db5632':
  aidl: Don't link librt on Mac
This commit is contained in:
Christopher Wiley
2015-09-02 16:34:40 +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