From 374c51141a33cc3a792c34b313994bf9d4c28d52 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 8 Oct 2020 19:04:11 +0100 Subject: Remove jdiff_enabled from platform metalava runs The official API differences report is not produced from the artifacts this rule creates, but by manually running metalava with the right txt files. As there are no other known users of these jdiff files, remove them for now. Bug: 158465496 Test: m Change-Id: Iee9dd1a5d5543f3f629e3631c8224e6bfe4dddcb --- StubLibraries.bp | 2 -- 1 file changed, 2 deletions(-) (limited to 'StubLibraries.bp') diff --git a/StubLibraries.bp b/StubLibraries.bp index cf36bb072117..fe84a7ac7715 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -139,7 +139,6 @@ droidstubs { baseline_file: "api/lint-baseline.txt", }, }, - jdiff_enabled: true, } droidstubs { @@ -201,7 +200,6 @@ droidstubs { baseline_file: "api/system-lint-baseline.txt", }, }, - jdiff_enabled: true, } droidstubs { -- cgit v1.2.3