diff options
author | 2023-10-11 15:38:14 -0700 | |
---|---|---|
committer | 2023-10-17 21:05:04 -0700 | |
commit | 1189e8b1fd78f6dbee46526d1da9cd0517e642ea (patch) | |
tree | e5b950ebf5eb37146360e11d7deceb49977fc85b /perf-tests | |
parent | cfcf929d3234ab4cd6eae70fb69dd0861a430781 (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.
Bug: 294256649
Test: DocumentsUI DocumentsUIGoogle DocumentsUITests DocumentsUIUnitTests
Change-Id: I97387234c9e90fa2a68b9ee7e013dbb0f15c04ca
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", |