diff options
author | 2023-10-11 15:38:14 -0700 | |
---|---|---|
committer | 2024-01-03 16:24:53 -0800 | |
commit | 0473419451aa0d80f652051f726348dc20d64d3f (patch) | |
tree | b5f8cf4d3b51e167a84d831698b6c6a3b27ee004 /perf-tests | |
parent | 806bb92983552aaab61a79d263506d2e0f23b480 (diff) |
Build DocumentsUI sources once
Put all the DocumentsUI sources and resources into an android_library
so that they are only built once and can always use a single package
name to refer to the resources once use_resource_processor: true is
enabled.
This relands I97387234c9e90fa2a68b9ee7e013dbb0f15c04ca with a fix to
export DocumentsUIManifestLib including the AndroidManifest.xml for
merging into DocumentsUIGoogle and ArcDocumentsUI.
Bug: 294256649
Test: DocumentsUI DocumentsUIGoogle DocumentsUITests DocumentsUIUnitTests
Change-Id: I9b0caf2d63fdb00321391d4b50a0bee5f00bbc41
Diffstat (limited to 'perf-tests')
-rw-r--r-- | perf-tests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf-tests/Android.bp b/perf-tests/Android.bp index d98c36cf5..4cf6c6508 100644 --- a/perf-tests/Android.bp +++ b/perf-tests/Android.bp @@ -8,7 +8,6 @@ android_test { manifest: "AndroidManifest.xml", srcs: [ - ":DocumentsUIPerfTests-files", "src/**/*.java", ], @@ -23,6 +22,7 @@ android_test { ], static_libs: [ + "DocumentsUIPerfTests-lib", "androidx.legacy_legacy-support-v4", "androidx.test.rules", "androidx.test.espresso.core", |