-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_presubmit: Check that files appear in bp files
Add a check that files appear in Android.bp files, with some built-in exceptions: * Only check files that have an adjacent Android.bp file * Ignore files with "test" or "mock" in their names * Ignore header files Not running this check as part of 'pw presubmit' because there are 60 files it finds that "should" be referenced from an Android.bp file and are not. Change-Id: Icb97e889da3e6815772cbdc01ea07895c65163de Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/250432 Reviewed-by: Wyatt Hepler <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Commit-Queue: Rob Mohr <[email protected]> Lint: Lint 🤖 <[email protected]>
- Loading branch information
Showing
4 changed files
with
93 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters