summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-20 14:42:45 +0100
committerPaul Duffin <paulduffin@google.com>2019-09-20 14:42:45 +0100
commit8a2541cea5375cb8d8971dd51016ceb693c0eb65 (patch)
tree86a3aa3d8cd51378cb20417f0f0775e9cc747b5f
parenta26eecd73eeb8e4d4f21aa726ccc6d91b0de406b (diff)
downloadapache-xml-8a2541cea5375cb8d8971dd51016ceb693c0eb65.tar.gz
Remove duplicate libraries that are provided by system modules
An improvement in the Soong build means that it is no longer necessary to duplicate the libraries that it provides. This change removes the duplicates and moves the system_modules property next to sdk_version property to be consistent and because those properties are tightly coupled. Bug: 141359858 Test: m checkbuild Change-Id: If28abb588076145cf476e6644cf9bcefe3b621c6
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 80c7ec7..398e957 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,7 +43,6 @@ java_library {
},
sdk_version: "none",
- libs: ["core-all"],
system_modules: "core-all-system-modules",
}