Skip to content

Commit

Permalink
Remove jsr305 from LOCAL_STATIC_JAVA_LIBRARIES.
Browse files Browse the repository at this point in the history
Bug: 6866232
Change-Id: I86dd10dc65b19513ed64ff7a063a3e96e9704b41
  • Loading branch information
Wink Saville committed Jul 24, 2012
1 parent 2a50f2b commit 8630a50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := jsr305
LOCAL_SRC_FILES := $(call all-java-files-under, src/java)

LOCAL_MODULE_TAGS := optional
Expand Down
1 change: 1 addition & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates)

Expand Down

0 comments on commit 8630a50

Please sign in to comment.