Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ab54c12 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

aidl: Don't link librt on Mac

This fixes unittest build on Mac.

Change-Id: I5180f647d1b5b41f99c4d0423aaec9d05fee6355
parent dd80a6cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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