| commit | c545b7cc961a294835e11d00ed7910c047ecb1b3 | [log] [tgz] |
|---|---|---|
| author | Christopher Wiley <wiley@google.com> | Tue Sep 01 18:36:44 2015 -0700 |
| committer | Christopher Wiley <wiley@google.com> | Wed Sep 02 08:59:30 2015 -0700 |
| tree | 7b1f0dedd63c8ceb619263e37f961c9798c86258 | |
| parent | f321efd27f00e1b82733d430dd294f59097f9885 [diff] [blame] |
aidl: Don't link librt on Mac This fixes unittest build on Mac. Change-Id: I5180f647d1b5b41f99c4d0423aaec9d05fee6355
diff --git a/Android.mk b/Android.mk index 354563a..542f272 100644 --- a/Android.mk +++ b/Android.mk
@@ -64,7 +64,8 @@ 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