aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-01-06 13:28:58 +0900
committerAnton Hansson <hansson@google.com>2020-01-10 15:17:31 +0000
commit9b09b726de10a03d92b1ebf03ffd734caa07a5e7 (patch)
tree027c1c42dbf479b83d57fdffa88c8e418b50e6db /Android.bp
parent0887555606d3df46172f49aa7d9c96cc912294a2 (diff)
downloadrobolectric-shadows-9b09b726de10a03d92b1ebf03ffd734caa07a5e7.tar.gz
Remove jars from APEXes and use framework-all instead.
The jars from APEXes are not available to outside of the APEXes. Therefore they are removed from the dependencies. Instead, the 'framework' module is replaced with 'framework-all' which is the build-only module built with the entire framework source files - including the files for APEXes as well. Bug: N/A Test: m Test: m -j RunFrameworksServicesRoboTests Change-Id: I8c4d728aaf648eb15f933c8e13f38095ceca9bbc Merged-In: I8c4d728aaf648eb15f933c8e13f38095ceca9bbc
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 6479610db..f8db47b61 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,7 +20,7 @@ java_library {
"core-icu4j",
"core-libart",
"ext",
- "framework",
+ "framework-all",
"icu4j-icudata-jarjar",
"icu4j-icutzdata-jarjar",
"ims-common",
@@ -30,7 +30,6 @@ java_library {
"services",
"services.accessibility",
"telephony-common",
- "updatable-media",
"robolectric_tzdata",
"robolectric_framework_res",