From 2d69d3caf59a2bbb047ae14c7585d619cd05ffde Mon Sep 17 00:00:00 2001 From: Josh Tsuji Date: Tue, 26 Jan 2021 10:42:57 -0500 Subject: [PATCH] Delete duplicate preference_footer.xml. This duplicate resource breaks the Gradle build. According to ag/13310367 this file was meant to be moved, but it was copied instead. I think it is safe to delete the duplicate? Please let me know if that's not true. Test: gradle builds, and hopefully presubmit passes here Bug: 152086714 Change-Id: I5714a330a659d0bb9a37d433749f60ec330aa27e --- .../res/layout/preference_footer.xml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 packages/SettingsLib/res/layout/preference_footer.xml diff --git a/packages/SettingsLib/res/layout/preference_footer.xml b/packages/SettingsLib/res/layout/preference_footer.xml deleted file mode 100644 index d83e249d586b8..0000000000000 --- a/packages/SettingsLib/res/layout/preference_footer.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file