summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-19 02:10:46 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-19 02:10:46 +0000
commit07fab5b15ef8acec4ccca3888193f4a5c29366ec (patch)
treed2ff75421366e6e66859e0cd441384d7474dd490
parentc328b6b30ebaca13ac69e32184bc468a1d032e5e (diff)
parentf7fbbc73e1e1cb39000393b7e22fee8b6ec42d08 (diff)
downloadicu-android11-d1-s7-release.tar.gz
Change-Id: Id23fbc121fcbba5cf02f326d59787f5561c20974
-rw-r--r--android_icu4c/Android.bp6
-rw-r--r--android_icu4j/Android.bp5
-rw-r--r--icu4c/source/Android.bp5
-rw-r--r--icu4c/source/common/Android.bp11
-rw-r--r--icu4c/source/i18n/Android.bp5
-rw-r--r--libandroidicuinit/Android.bp5
6 files changed, 37 insertions, 0 deletions
diff --git a/android_icu4c/Android.bp b/android_icu4c/Android.bp
index dcae82cb9..0e3c3da1e 100644
--- a/android_icu4c/Android.bp
+++ b/android_icu4c/Android.bp
@@ -25,4 +25,10 @@ cc_library_headers {
enabled: true,
},
},
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.art.debug",
+ "com.android.art.release",
+ ],
}
diff --git a/android_icu4j/Android.bp b/android_icu4j/Android.bp
index ce86961b0..329801643 100644
--- a/android_icu4j/Android.bp
+++ b/android_icu4j/Android.bp
@@ -98,6 +98,11 @@ java_library_static {
"-Xep:ConstantOverflow:WARN", // Known constant overflow in SplittableRandom
],
},
+
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}
// A separated core library that contains ICU4J because ICU4J will be in a different APEX module,
diff --git a/icu4c/source/Android.bp b/icu4c/source/Android.bp
index d04f7d371..93c27639c 100644
--- a/icu4c/source/Android.bp
+++ b/icu4c/source/Android.bp
@@ -43,4 +43,9 @@ cc_library {
],
},
},
+
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}
diff --git a/icu4c/source/common/Android.bp b/icu4c/source/common/Android.bp
index c6f1dece5..502d1dd4e 100644
--- a/icu4c/source/common/Android.bp
+++ b/icu4c/source/common/Android.bp
@@ -71,6 +71,12 @@ cc_library_headers {
enabled: true,
},
},
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.art.debug",
+ "com.android.art.release",
+ ],
}
//
@@ -103,4 +109,9 @@ cc_library {
},
header_libs: ["libicuuc_headers"],
export_header_lib_headers: ["libicuuc_headers"],
+
+ apex_available: [
+ "com.android.art.debug",
+ "com.android.art.release",
+ ],
}
diff --git a/icu4c/source/i18n/Android.bp b/icu4c/source/i18n/Android.bp
index 48ac41b89..bae2b9fe1 100644
--- a/icu4c/source/i18n/Android.bp
+++ b/icu4c/source/i18n/Android.bp
@@ -61,6 +61,11 @@ cc_library_headers {
enabled: true,
},
},
+
+ apex_available: [
+ "com.android.art.debug",
+ "com.android.art.release",
+ ],
}
//
diff --git a/libandroidicuinit/Android.bp b/libandroidicuinit/Android.bp
index 8345a64e9..32bb72d25 100644
--- a/libandroidicuinit/Android.bp
+++ b/libandroidicuinit/Android.bp
@@ -47,4 +47,9 @@ cc_library_static {
"//external/icu/icu4c/source/test:__subpackages__",
"//libcore",
],
+
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}