summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-10-20 20:57:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 20:57:50 +0000
commit79fa17b106c649867f98f526b4bf3b1a5509c1e8 (patch)
tree5f0c45f6bdd1972d2c38f8d7b69c27421e717e4b
parentfe2a21a17ddc4fbd59b60d73d5a06da24bf8617b (diff)
parent9dc9384098e887e0392380ab3778e653629856b6 (diff)
downloadlibchrome-79fa17b106c649867f98f526b4bf3b1a5509c1e8.tar.gz
Add missing host ldlibs am: 0bf8cfbb1e am: ead02ed9c6
am: 9dc9384098 Change-Id: I3268dc35e0c9b908e1dac5cd1c53c5d5d066b15f
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 76c58931ba..521015308f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -486,6 +486,7 @@ LOCAL_SRC_FILES := \
$(libchromeCommonSrc) \
$(libchromeHostSrc) \
+LOCAL_LDLIBS_linux := -lrt
LOCAL_LDFLAGS := $(libchromeHostLdFlags)
include $(BUILD_HOST_SHARED_LIBRARY)
@@ -617,7 +618,7 @@ LOCAL_CLANG := $(libchromeUseClang)
LOCAL_C_INCLUDES := $(libchromeCommonCIncludes)
LOCAL_SHARED_LIBRARIES := libchrome libevent
LOCAL_STATIC_LIBRARIES := libgmock_host libgtest_host
-LOCAL_LDLIBS := -lrt
+LOCAL_LDLIBS_linux := -lrt
include $(BUILD_HOST_NATIVE_TEST)
endif