aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2022-02-25 13:34:58 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-03 23:58:53 +0000
commitfc94fc7532c6009980a17c324bd7a8ae9bddd707 (patch)
tree53ee280d873d6141d36bda7436ae6dc0d070a410 /pw_presubmit
parent2b4226891b8b8ff5c48ac15b9c1a6fa3fe56e718 (diff)
downloadpigweed-fc94fc7532c6009980a17c324bd7a8ae9bddd707.tar.gz
pw_log_android: Adds an Android backend for the pw_log facade
Adds a pw_log backend for Android which supports PW_LOG_LEVEL_FATAL, which can be used for pw_log and pw_assert (through pw_assert_log for PW_CHECKs & pw_assert_log:lite_backend for PW_ASSERTs). Change-Id: I5b67e625655645950f29bd66acc4e0639e4787c4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/85589 Reviewed-by: Wyatt Hepler <hepler@google.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_presubmit')
-rwxr-xr-xpw_presubmit/py/pw_presubmit/pigweed_presubmit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index 4c3002d84..a0cbe83b8 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -643,7 +643,7 @@ _GN_SOURCES_IN_BUILD = ('setup.cfg', '.toml', '.rst', '.py',
@filter_paths(endswith=(*_GN_SOURCES_IN_BUILD, 'BUILD', '.bzl', '.gn', '.gni'),
- exclude=['zephyr.*/'])
+ exclude=['zephyr.*/', 'android.*/'])
def source_is_in_build_files(ctx: PresubmitContext):
"""Checks that source files are in the GN and Bazel builds."""
missing = build.check_builds_for_files(