aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-06-15 22:02:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-15 22:02:15 +0000
commit99b40acc67f9714d99baba2547ef207257b338f9 (patch)
tree433da7a45142ca9ee1c19e68780fbd25105dee27
parent65cddc8f31440a316fac355c8666f6e25ea3079c (diff)
parent643a319eb73735b1d39a6875bd301df0f8fbe43f (diff)
downloadwebservd-99b40acc67f9714d99baba2547ef207257b338f9.tar.gz
Fix build loop
am: 643a319eb7 Change-Id: I56eb65228e1a6a727a57b4400961e6f840da6556
-rw-r--r--webserv_common/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/webserv_common/Android.mk b/webserv_common/Android.mk
index 3e1250f..24fafb0 100644
--- a/webserv_common/Android.mk
+++ b/webserv_common/Android.mk
@@ -24,4 +24,5 @@ LOCAL_SRC_FILES := \
$(eval $(webservd_common))
$(eval $(webservd_common_libraries))
+LOCAL_STATIC_LIBRARIES := $(filter-out $(LOCAL_MODULE),$(LOCAL_STATIC_LIBRARIES))
include $(BUILD_STATIC_LIBRARY)