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

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

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

* commit '1ed4f0f1':
  aidl: Don't link librt on Mac
parents 683675ea 1ed4f0f1
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