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

Commit 1ed4f0f1 authored by Christopher Wiley's avatar Christopher Wiley Committed by Android Git Automerger
Browse files

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

* commit 'd494b8c0':
  aidl: Don't link librt on Mac
parents fcf9ab5a d494b8c0
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