summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-03-26 15:36:49 +0000
committerPaul Duffin <paulduffin@google.com>2020-04-27 17:48:47 +0100
commit22af21672777aec8ee64e87cf5c72475cd817ac0 (patch)
tree1352449a58f4a6c637eb9b4ee2abd1ed46bb158e
parentbfb4e217b8566d4329cf04aed2fbf797abebfcb7 (diff)
downloadicu-22af21672777aec8ee64e87cf5c72475cd817ac0.tar.gz
Remove ART aggregation of icu sources
Allows framework/base to access the sources directly. Bug: 153306490 Test: m nothing Bug: 142935992 Merged-In: I93093c6b80341708aace736f32dffedf60276ab6 Change-Id: I93093c6b80341708aace736f32dffedf60276ab6 (cherry picked from commit 093a40465a1ab88923559baed42b5d8bb17d0edf)
-rw-r--r--android_icu4j/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_icu4j/Android.bp b/android_icu4j/Android.bp
index 12f393e7a..ce86961b0 100644
--- a/android_icu4j/Android.bp
+++ b/android_icu4j/Android.bp
@@ -27,7 +27,7 @@ package {
filegroup {
name: "android_icu4j_public_api_files",
visibility: [
- "//libcore:__subpackages__",
+ "//frameworks/base",
],
srcs: [
":android_icu4j_repackaged_src_files",