From 0473419451aa0d80f652051f726348dc20d64d3f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 11 Oct 2023 15:38:14 -0700 Subject: 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 --- perf-tests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf-tests') 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", -- cgit v1.2.3-59-g8ed1b