summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-20 14:49:55 +0100
committerPaul Duffin <paulduffin@google.com>2019-09-20 14:53:00 +0100
commit0e0f8c4381175cd66e7905e7757c36ab4fae44a0 (patch)
tree1408372869fae1811d9811bae74ce5973b3a121c /benchmarks
parentb1e62050293dad2646f817420aaa3463a1757417 (diff)
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: Ifaa9ece8624e569c522a92d8ed0b5e8b23bb2551
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp
index 2f2b65a80f..4f2f157b7d 100644
--- a/benchmarks/Android.bp
+++ b/benchmarks/Android.bp
@@ -23,7 +23,6 @@ java_test {
system_modules: "core-all-system-modules",
libs: [
"caliper-api-target",
- "core-all",
"android.test.base",
],
}