From 8e937939899d5fe3a6864c7ecb9bb8632678a7c7 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 28 Jul 2010 12:08:18 -0700 Subject: Add in host library as well. Change-Id: I3a373c076c7075ae0d0caadce379c65d674542c9 --- Android.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Android.mk b/Android.mk index a7a0ac8..03d1c78 100644 --- a/Android.mk +++ b/Android.mk @@ -23,3 +23,12 @@ include $(BUILD_STATIC_JAVA_LIBRARY) # Include this library in the build server's output directory $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):jsr305.jar) + +# Also build a host side library +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := $(call all-java-files-under, ri/src/main/java) + +LOCAL_MODULE := jsr305lib + +include $(BUILD_HOST_JAVA_LIBRARY) -- cgit v1.2.3