summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-09-07 12:04:09 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-09-07 12:04:09 -0700
commit680e03847ddd27b5082ab7f3240be528a859f15d (patch)
treeafa59ce384c678349ab11cb745537266af09838f /Android.bp
parent0c98d0c05fb56a53b88a9d62361b3914eb95a75a (diff)
downloadandroid_packages_apps_Trebuchet-680e03847ddd27b5082ab7f3240be528a859f15d.tar.gz
android_packages_apps_Trebuchet-680e03847ddd27b5082ab7f3240be528a859f15d.tar.bz2
android_packages_apps_Trebuchet-680e03847ddd27b5082ab7f3240be528a859f15d.zip
tapl should be java_library
Bug: 113683301 Tests failures that we are trying to fix. https://sponge.corp.google.com/invocations?searchFor=target%3Aandroid.platform.systemui.tests.jank%20label%3Ab%2Fgit_master When the build rule is android_library, AndroidManifest.xml is pulled into the the final apk that is being built. Hence, the platform jank and platform test AndroidManifest.xml is extended with the one we have for Launcher3. This causes the tests to fail due to existence of disambiguation screen. We do not want this behavior. Change-Id: I1a551abf37bb75b4efa8a5e5324ab1b4d8a3eb13
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ae5430785..78f727721 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-android_library {
+java_library {
name: "launcher-aosp-tapl",
static_libs: [
"androidx.annotation_annotation",