Some resources were reported as unused and removed: `R.string.never` - should have been deleted along with android/java/res/layout/fragment_rate_dialog.xml at https://github.com/brave/brave-core/commit/ee208d03bf5da7a60ebd1f68ea74c46e610e8303 `R.string.custom` - should have been deleted along with android/java/res/layout/tipping_banner_tipping_panel_inside_layout.xml at https://github.com/brave/brave-core/commit/7f6dbf689ef75d729706096f7aa216ca4d02ebf0 `R.drawable.checkbox` - should have been deleted along with android/java/res/drawable/plain_checkbox.xml and b/android/java/res/layout/brave_rewards_site_banner.xml also at https://github.com/brave/brave-core/commit/7f6dbf689ef75d729706096f7aa216ca4d02ebf0 Chromium change: https://source.chromium.org/chromium/chromium/src/+/185ad34cd06171c0771b0da9fae67b28ba35f783 build: Move Android lint target from bundle to apk Using an apk target enables us to provide a single, merged AndroidManifest.xml for lint to analyze. This CL switches the default lint target from monochrome_public_bundle to chrome_public_apk. This CL also fixes an issue in the lint script where duplicate source and resource files could be passed to the tool, resulting in duplicate definition errors. The lint baseline files have been updated accordingly. R=agrieve@chromium.org Bug: 461840249 Change-Id: I9f0cf2e32b1d4d5e7a60fb2fb2ccfeb3019aa248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7169984