From af6aa95e2f2153fba75d00ec2d311456231add99 Mon Sep 17 00:00:00 2001 From: chulspro Date: Sat, 30 Apr 2022 00:17:02 +0900 Subject: [PATCH] Enable chip_enable_schema_check for android platform. (#17539) Signed-off-by: sanghyukko Signed-off-by: Charles Kim Co-authored-by: sanghyukko --- src/app/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/BUILD.gn b/src/app/BUILD.gn index 6afe86d6446ba6..7ef2fd303ac445 100644 --- a/src/app/BUILD.gn +++ b/src/app/BUILD.gn @@ -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 #