Skip to content

Commit

Permalink
Undo unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed May 26, 2023
1 parent 04c777a commit 5a90fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/chip/java/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ kotlinc_runner = "${chip_root}/build/chip/java/kotlinc_runner.py"
jar_runner = "${chip_root}/build/chip/java/jar_runner.py"
write_build_config = "${chip_root}/build/chip/java/write_build_config.py"

assert(android_sdk_root != "" || matter_enable_java_compilation,
"android_sdk_root must be specified or JAVA_PATH must be set.")
assert(android_sdk_root != "" || build_java_matter_controller,
"android_sdk_root or java_path must be specified")

# Declare a java library target
#
Expand Down

0 comments on commit 5a90fbc

Please sign in to comment.