diff options
author | Bill Napier <napier@google.com> | 2010-07-28 12:08:18 -0700 |
---|---|---|
committer | Bill Napier <napier@google.com> | 2010-07-28 12:08:18 -0700 |
commit | 8e937939899d5fe3a6864c7ecb9bb8632678a7c7 (patch) | |
tree | 20b6ca0ed08874c6239a91cd41e60594b6017133 | |
parent | e7e2bf2c7405f53f2bd9bac8b11e16f5ab1e44f6 (diff) | |
download | platform_external_jsr305-8e937939899d5fe3a6864c7ecb9bb8632678a7c7.tar.gz platform_external_jsr305-8e937939899d5fe3a6864c7ecb9bb8632678a7c7.tar.bz2 platform_external_jsr305-8e937939899d5fe3a6864c7ecb9bb8632678a7c7.zip |
Add in host library as well.android-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10android-cts-2.2_r8android-2.3_r1android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9android-2.3.3_r1.1android-2.3.3_r1android-2.3.2_r1android-2.3.1_r1gingerbread-releasegingerbread-mr4-releasegingerbreadfroyo
Change-Id: I3a373c076c7075ae0d0caadce379c65d674542c9
-rw-r--r-- | Android.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |