Skip to content

Commit

Permalink
Only include android_icu4j production files
Browse files Browse the repository at this point in the history
In preparation for repackaging the icu4j tests this changes the
android_icu4j_src_files variable to only specify production
files as they are the only ones we want to include in
core-libart.

Bug: 22023363

(cherry picked from 5606634)

Change-Id: Iaa1f0fc841e7d8e108e0881b92909c0d52f5a490
  • Loading branch information
paulduffin committed Feb 29, 2016
1 parent eb94e27 commit a98463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaLibrary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ local_javac_flags+=-Xmaxwarns 9999999
# We compile android_icu4j along with core-libart because we're implementing parts of core-libart
# in terms of android_icu4j.
android_icu4j_root := ../external/icu/android_icu4j/
android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main)
android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main/java)
android_icu4j_resource_dirs := $(android_icu4j_root)/resources

#
Expand Down

0 comments on commit a98463d

Please sign in to comment.