Android: Remove android:debuggable in AndroidManifest.xml expectations
I've seen it come in code reviews several times where devs are thinking that android:debuggable="true" should be added. This is caused because the AndroidManifest.xml expecations check will locally tell you to add it if you build without is_official_build=true. There is no risk of this attribute slipping in unnoticed since play store won't allow apps to be uploaded with it set, so this filters it out to remove the annoyance. Bug: None Change-Id: I1459f6af3f78f34f12cc9f6e14157e97fe7d91e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2620643 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#842089}
Showing
Please register or sign in to comment