Skip to content

Commit

Permalink
JSR-166 update
Browse files Browse the repository at this point in the history
Adapted from sources taken from CVS using: 
cvs -d ':pserver:anonymous@gee.cs.oswego.edu/home/jsr166/jsr166' checkout -D "03/03/2016 10:00:00 GMT" jsr166

Bug: 27426599
Change-Id: Ic9ba278929f8747d58b69e7d67ec325064588bff
  • Loading branch information
pszc committed Mar 14, 2016
1 parent 8d28fc1 commit 5328e07
Show file tree
Hide file tree
Showing 174 changed files with 40,405 additions and 10,883 deletions.
2 changes: 1 addition & 1 deletion JavaLibrary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-test-java-files-under, jsr166-tests)
LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs core-junit
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE := jsr166-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/JavaLibrary.mk
Expand Down
Loading

0 comments on commit 5328e07

Please sign in to comment.