Skip to content

Commit

Permalink
Enable chip_enable_schema_check for android platform. (#17539)
Browse files Browse the repository at this point in the history
Signed-off-by: sanghyukko <[email protected]>
Signed-off-by: Charles Kim <[email protected]>

Co-authored-by: sanghyukko <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Aug 4, 2023
1 parent f5b4aba commit af6aa95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import("common_flags.gni")
declare_args() {
# Enable strict schema checks.
chip_enable_schema_check =
is_debug && (current_os == "linux" || current_os == "mac")
is_debug &&
(current_os == "linux" || current_os == "mac" || current_os == "android")

# Logging verbosity control for Access Control implementation
#
Expand Down

0 comments on commit af6aa95

Please sign in to comment.