summaryrefslogtreecommitdiff
path: root/JavaLibrary.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-12-19 00:21:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-19 00:21:43 +0000
commit5ff12cbc24f10517f789feae58992772f2a19e26 (patch)
treeda5c7c5db8929fc070477965ef50ea16257f51d9 /JavaLibrary.bp
parent517c939a7c00e1157c6c76bd963e15d9292c364f (diff)
parent893487dcf22e1630cc1c5d94ce1eb6876a3ab3b2 (diff)
Merge "Use apex_available property"
Diffstat (limited to 'JavaLibrary.bp')
-rw-r--r--JavaLibrary.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/JavaLibrary.bp b/JavaLibrary.bp
index 41a7af99a2..c239fe76fd 100644
--- a/JavaLibrary.bp
+++ b/JavaLibrary.bp
@@ -261,6 +261,10 @@ java_library {
"//external/wycheproof",
"//libcore/benchmarks",
],
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
defaults: ["libcore_java_defaults"],
installable: true,
hostdex: true,
@@ -305,6 +309,10 @@ java_library {
"//libcore/benchmarks",
"//frameworks/layoutlib",
],
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
defaults: ["libcore_java_defaults"],
installable: true,
hostdex: true,