Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rotating-id-generation from master #15

Merged
merged 109 commits into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
bcb23b1
[mdns] refactor commsssionable discovery (#4387)
gjc13 Jan 15, 2021
6243e6a
Fix attribute reads into a large buffer to not read random memory. (#…
bzbarsky-apple Jan 15, 2021
4bbe313
Fix crash caused by SecureSessionMgr::SendMessage() changes (#4365)
pan-apple Jan 19, 2021
540afe0
Minor util af changes. (#4398)
andy31415 Jan 19, 2021
0261dd1
Remove 'postCreateCommand' for vsenv docker. (#4404)
andy31415 Jan 19, 2021
aca6540
* Enabling TX complete handling (#4402)
tima-q Jan 19, 2021
b9e09f0
[thread] Allow to specify dataset timestamp (#4410)
Damian-Nordic Jan 19, 2021
b430c42
ignore submodules in restyle_diff.sh
Jan 14, 2021
03e1c92
Move gen/*.h dependencies from af.h into .cpp files (#4409)
andy31415 Jan 20, 2021
abb582f
Fix warnings -Wstack-usage with clang (#4417)
mspang Jan 20, 2021
29041cf
Fix crashes when BLE rendezvous disconnects unexpectedly (#4413)
mspang Jan 20, 2021
05a589c
Fix warnings -Wunused-variable in release (#4418)
mspang Jan 20, 2021
5340254
[zephyr] Fix zephyr compilation flag retrieval (#4422)
Damian-Nordic Jan 20, 2021
a8608f7
[openthread] set secure data request depending on OpenThread version …
LuDuda Jan 20, 2021
fad6d05
Refactor message encryption and pairing code (#4401)
pan-apple Jan 20, 2021
0fb4bbf
Release pairing session handle on rendezvous error
pan-apple Jan 20, 2021
e41b50d
Address review comments
pan-apple Jan 20, 2021
84076f5
Use C++14 when compiling CHIP for esp32.
bzbarsky-apple Jan 20, 2021
8625463
NFC Tag Reading support added (#4331)
shana-apple Jan 21, 2021
63cdc06
[example] Add thread and wifi mgn switch to linux app (#4423)
erjiaqing Jan 21, 2021
5ce9e4d
ESP32: Fix compilation for an application using C++17
dhrishi Jan 21, 2021
c4411cf
Enable Binding Cluster for the all-clusters-app.zap configuration (#4…
vivien-apple Jan 22, 2021
fc591e5
Initialize key ID to 0 in case of rendezvous bypass mode (#4437)
pan-apple Jan 22, 2021
0c18355
Add Read request in interaction model (#4431)
yunhanw-google Jan 22, 2021
ab81fbb
Initial skeleton code for CASE state machine (#4435)
pan-apple Jan 22, 2021
cd0f611
Remove host builds on Windows (#4442)
mspang Jan 22, 2021
de748d4
Fix leak of DeviceTransportMgr in CHIPDeviceController (#4415)
mspang Jan 22, 2021
75c68c6
Add missing <inttypes.h> include (#4419)
mspang Jan 22, 2021
e409b86
[android] Ask for action after reading CHIP NFC Tag (#4425)
Damian-Nordic Jan 22, 2021
9bcb03e
Pull submodules (#4438)
mspang Jan 22, 2021
2840af2
Revert pigweed roll (#4490)
mspang Jan 25, 2021
5dcbd40
Add a bridge-app example (#4470)
arunbharadwaj Jan 25, 2021
f1e1e2b
Refactor messaging layer tests. (#4358)
kghost Jan 26, 2021
32fe64f
Rename code to PASESession and CASESession (#4491)
pan-apple Jan 26, 2021
21d119b
Make NRFConnect tests build as C++14. (#4436)
bzbarsky-apple Jan 26, 2021
f11be21
[nrfconnect] set Thread device type in examples (#4452)
LuDuda Jan 26, 2021
6d10b86
Fix typo in recent changes to Linux example app help text (#4456)
tpmanley Jan 26, 2021
c668c4b
[doc] Update document for chip-dev-ctrl (#4457)
erjiaqing Jan 26, 2021
e3f02d0
#4409 followup. Missing templates updates (#4499)
vivien-apple Jan 26, 2021
1e531e9
Enable Bluetooth, if it is not already on (#4464)
markus-becker-tridonic-com Jan 26, 2021
7a9dae1
Fix and enable warnings -Wheader-hygiene (#4476)
mspang Jan 26, 2021
0cc9029
ESP32: Add Pigweed RPC example (#4465)
dhrishi Jan 26, 2021
29db147
Add support for address and memory sanitizers when compiling with cla…
andy31415 Jan 26, 2021
8633683
Make stub functions weak so that they can be overriden. (#4482)
markus-becker-tridonic-com Jan 26, 2021
8458652
ExchangeManager: inline DispatchMessage function (#4492)
kghost Jan 26, 2021
7ff20d1
Controller python binding, Fix import error (#4439)
kghost Jan 26, 2021
bd11f98
Final PacketBufferHandle cleanup. (#4364)
kpschoedel Jan 26, 2021
4fe0c3f
Make Mac builds compile with -Wheader-hygiene (#4506)
bzbarsky-apple Jan 26, 2021
12aea86
Don't try to use WPA or OpenThread if they are not compiled in (#4507)
bzbarsky-apple Jan 26, 2021
2097bcc
Put echo protocol implementation under namespace 'Echo' to align with…
yufengwangca Jan 26, 2021
e55d117
Add stronger typing for payload header APIs. (#4429)
bzbarsky-apple Jan 26, 2021
845d394
Fix end-to-end messaging test failure (#4453)
yufengwangca Jan 27, 2021
bf60cc2
Add Key Value Storage implementation for EFR32 platform. (#4367)
Jan 27, 2021
cc21d5c
Align which template JSON files are used for the examples (#4479)
markus-becker-tridonic-com Jan 27, 2021
9318d13
[doc] Extend documentation of chip-tool to detail commands. (#4466)
turon Jan 27, 2021
1f3e4ed
Removed logs from the configuration manager getter methods. (#4495)
kkasperczyk-no Jan 27, 2021
8c93ec6
[nrfconnect] Fix compilation warnings and turn on -Werror for example…
Damian-Nordic Jan 27, 2021
4e1faf2
[gn] introduce build_root variable (#4352)
LuDuda Jan 27, 2021
dd8d051
[nrfconnect] Simplify CMake files (#4524)
Damian-Nordic Jan 27, 2021
10c56e2
Replace Quoted Headers in the Framework's public headers (#4533)
sagar-apple Jan 27, 2021
b518cc0
Fix RPC builds after recent Pigweed rollup (#4535)
szatmz Jan 27, 2021
ff13bdc
Fix issue with building chip-build docker image. (#4520)
Jan 27, 2021
bd88148
Add key value store for linux (#4530)
Jan 28, 2021
b0fcbd2
Fix echo end-to-end testing error in cirque (#4538)
yufengwangca Jan 28, 2021
55741c5
Synchronize pw_log, pw_rpc response and SDK logs (#4509)
szatmz Jan 28, 2021
9d0d48f
[K32W] Add NXP BLE Adaptation Layer (#4448)
doru91 Jan 28, 2021
108f6e3
ESP32: Enable the functionality supported by CHIPoBLE Service. (#4515)
sweetymhaiske Jan 28, 2021
6dd6fd0
Add support in iOS UI for multiple lights (#3848)
shana-apple Jan 28, 2021
470d374
Add an 'upload release asset' script and release artifact workflow. (…
andy31415 Jan 28, 2021
4f05463
Display the optional Long form Setup Code in the ESP32's log (#4552)
sagar-apple Jan 28, 2021
1d4ca23
[example] Fix flags in linux example app (#4522)
erjiaqing Jan 28, 2021
59447e6
Update cirque testing README.md (#4539)
yufengwangca Jan 28, 2021
a868187
Reduce use of maximum-sized packet buffers (#4434)
kpschoedel Jan 28, 2021
4863248
Fix K32W platform build (#4556)
mspang Jan 29, 2021
a77a662
Initial support for adding codegen for interaction model (#4298)
erjiaqing Jan 29, 2021
b94c980
Use BLE implementation in DeviceLayer in CHIP Device Controller Pytho…
erjiaqing Jan 29, 2021
43e5ae6
Add UI for temperature sensor in CHIPTool iOS app (#3250)
shana-apple Jan 29, 2021
4c56ede
Clear PASESession state before initializing it (#4567)
pan-apple Jan 29, 2021
a83086a
Fix sporadic CI failure in crypto test for nrf platform (#4582)
pan-apple Jan 30, 2021
1073ccf
[nrfconnect] Updated samples docs and user guides. (#4559)
kkasperczyk-no Feb 1, 2021
9bfbf41
Open BLE advertisement only for the duration of pairing (#4568)
pan-apple Feb 1, 2021
2bf3e7c
Convenience class for BufBound backed by a PacketBuffer. (#4555)
kpschoedel Feb 1, 2021
991c1ec
Bugfix/spake2p calc tt value fix (#4444)
sujaygkulkarni-nxp Feb 2, 2021
c342fad
Align NFC URI format in Android CHIP Tool and nrfconnect firmware to …
kkasperczyk-no Feb 2, 2021
af01f93
Fix some conversion warnings when compiling some src/app files into e…
vivien-apple Feb 2, 2021
32bfa2c
Update chip-tool listening port to be 'CHIP_PORT + 1' instead of CHIP…
vivien-apple Feb 2, 2021
fda8e09
Use enum class to define protocols message type for strong typing (#4…
yufengwangca Feb 2, 2021
1e46379
Fix Interaction Model end-to-end testing failure (#4596)
yufengwangca Feb 2, 2021
6b3293e
Put the commang line args last in gn_build.sh (#4594)
mspang Feb 2, 2021
13621f0
Release transport once rendezvous process is complete (#4595)
pan-apple Feb 2, 2021
6891810
Add a script to install required packages on raspberry pi. (#4587)
andy31415 Feb 2, 2021
6e13df1
Add flashing bundles (tar.xz files) to releases (#4569)
andy31415 Feb 2, 2021
79964fc
Send current IP address during network provisioning (#4591)
pan-apple Feb 2, 2021
160556f
Add missing $ for github checkout for release actions (#4617)
andy31415 Feb 2, 2021
02b31c0
Rename ReliableMessageManager to ReliableMessageMgr (#4574)
yufengwangca Feb 2, 2021
7ac6eb4
Add Silabs ZCL8 XML implementation (#4613)
jepenven-silabs Feb 3, 2021
ec761ed
Add a dumb gen_tokens.zapt file to src/app/zap-templates (#4589)
vivien-apple Feb 3, 2021
696daf4
Add UI to manage biding/unbiding (#4608)
shana-apple Feb 3, 2021
fc9715e
[build] fix chip_detail_logging=false (#4575) (#4576)
msandstedt Feb 3, 2021
f8dc12e
Add builds missing from "default" group in unified (#4573)
mspang Feb 3, 2021
eac670e
Enable pairing window only when needed (#4597)
pan-apple Feb 3, 2021
e7c4cd3
Swapping priorities here (#4611)
woody-apple Feb 3, 2021
3b70a69
[interaction model] Remove map in InteractionModelEngine (#4585)
erjiaqing Feb 3, 2021
45dabd2
Optimize TransportMgrBase::HandleMessageReceived, reduce void* usage …
kghost Feb 3, 2021
1f7e79b
Changing names (#4618)
woody-apple Feb 3, 2021
fcc0e36
Add UI to dynamically change number of onOff endpoints/cluster and ad…
shana-apple Feb 3, 2021
f416244
[submodule] Pull ot-br-posix to latest master for network provisionin…
erjiaqing Feb 3, 2021
8c56baf
Add cc13x2_26x2 build to unified build (#4572)
mspang Feb 3, 2021
ba88119
Update ZCL reporting code to be compatible with a client ZAP applicat…
vivien-apple Feb 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"postCreateCommand": "source /usr/share/bash-completion/bash_completion && source /etc/bash_completion.d/git-prompt && sudo chgrp docker /var/run/docker.sock",
"remoteEnv": {
"GIT_PS1_SHOWDIRTYSTATE": "1",
"GIT_PS1_SHOWSTASHSTATE": "1",
Expand Down
81 changes: 81 additions & 0 deletions .github/workflows/release_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Copyright (c) 2020 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: Build release artifacts

on:
workflow_dispatch:
inputs:
releaseTag:
description: Release Tag
required: true

jobs:
esp32:
name: ESP32
env:
BUILD_DIRECTORY: examples/all-clusters-app/esp32/build
runs-on: ubuntu-latest

container:
image: connectedhomeip/chip-build-esp32:0.4.18

steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
ref: "${{ github.event.inputs.releaseTag }}"
- name: Build
run: scripts/examples/esp_echo_app.sh

- name: Upload artifact
run: |
scripts/helpers/upload_release_asset.py \
--github-repository project-chip/connectedhomeip \
--github-api-token "${{ secrets.GITHUB_TOKEN }}" \
--release-tag "${{ github.event.inputs.releaseTag }}" \
--bundle-files $BUILD_DIRECTORY/chip-all-clusters-app.flashbundle.txt \
--working-directory $BUILD_DIRECTORY \
--bundle-name esp32-chip-all-clusters-app

efr32:
name: EFR32
env:
EFR32_BOARD: BRD4161A
BUILD_DIRECTORY: out/lock_app_debug/BRD4161A

runs-on: ubuntu-latest

container:
image: connectedhomeip/chip-build-efr32:0.4.18
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
ref: "${{ github.event.inputs.releaseTag }}"
- name: Build example EFR32 Lock App
run:
scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_debug $EFR32_BOARD

- name: Upload artifact
run: |
scripts/helpers/upload_release_asset.py \
--github-repository project-chip/connectedhomeip \
--github-api-token "${{ secrets.GITHUB_TOKEN }}" \
--release-tag "${{ github.event.inputs.releaseTag }}" \
--bundle-files $BUILD_DIRECTORY/lock_app.flashbundle.txt \
--working-directory $BUILD_DIRECTORY \
--bundle-name efr32-$EFR32_BOARD-chip-lock-example
7 changes: 4 additions & 3 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/build.gni")
import("//build_overrides/pigweed.gni")

# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"
buildconfig = "${build_root}/config/BUILDCONFIG.gn"

# CHIP uses angle bracket includes.
check_system_includes = true

import("//build_overrides/pigweed.gni")

script_executable = "python3"

default_args = {
Expand Down
14 changes: 7 additions & 7 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ github_api_version: "shadow-cat-preview"
############################################################

pullapprove_conditions:
############################################################
# Required status checks
############################################################
- condition: "'*restyle*' in statuses.successful"
unmet_status: "failure"
explanation: "Style must be inline before reviewing can be complete"

############################################################
# License Checks
############################################################
Expand Down Expand Up @@ -45,6 +38,13 @@ pullapprove_conditions:
############################################################
- "'hotfix' not in labels"

############################################################
# Required status checks
############################################################
- condition: "'*restyle*' in statuses.successful"
unmet_status: "failure"
explanation: "Style must be inline before reviewing can be complete"

############################################################
# Notifications
############################################################
Expand Down
26 changes: 26 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@
]
}
},
{
"label": "Build QPG6100 Lock Example",
"type": "shell",
"command": "scripts/examples/gn_build_example.sh examples/lock-app/qpg6100 out/qpg6100_lock_app",
"group": "build",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [
"relative",
"${workspaceFolder}/out/qpg6100_lock_app/"
]
}
},
{
"label": "Build EFR32 Lock Example",
"type": "shell",
Expand All @@ -127,6 +140,19 @@
]
}
},
{
"label": "Build EFR32 Light Example",
"type": "shell",
"command": "scripts/examples/gn_build_example.sh examples/lighting-app/efr32 out/efr32_lighting_app",
"group": "build",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [
"relative",
"${workspaceFolder}/out/efr32_lighting/"
]
}
},
{
"label": "Build Minimal MDNS Example",
"type": "shell",
Expand Down
40 changes: 26 additions & 14 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")
import("//build_overrides/mbedtls.gni")
import("//build_overrides/nlassert.gni")
import("//build_overrides/nlio.gni")
import("//build_overrides/nlunit_test.gni")
import("//build_overrides/pigweed.gni")

import("//src/platform/device.gni")
import("$dir_pw_build/python.gni")

# This build file should not be used in superproject builds.
assert(chip_root == "//")

import("${chip_root}/build/chip/tests.gni")
import("${chip_root}/build/chip/tools.gni")
import("${build_root}/chip/tests.gni")
import("${build_root}/chip/tools.gni")

if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {
declare_args() {
Expand Down Expand Up @@ -115,7 +117,7 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {
}
} else {
# This is the unified build. Configure various real toolchains.
import("${chip_root}/build/chip/chip_build.gni")
import("${build_root}/chip/chip_build.gni")
declare_args() {
# Set this to false to disable all builds by default.
enable_default_builds = true
Expand All @@ -138,19 +140,20 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {

declare_args() {
# Enable building chip with clang.
enable_host_clang_build = enable_default_builds
enable_host_clang_build = enable_default_builds && host_os != "win"

# Enable building chip with gcc.
enable_host_gcc_build = enable_default_builds
enable_host_gcc_build = enable_default_builds && host_os != "win"

# Enable building chip with gcc & mbedtls.
enable_host_gcc_mbedtls_build = enable_default_builds
enable_host_gcc_mbedtls_build = enable_default_builds && host_os != "win"

# Build the chip-tool example.
enable_standalone_chip_tool_build = enable_default_builds
enable_standalone_chip_tool_build =
enable_default_builds && host_os != "win"

# Build the shell example.
enable_standalone_shell_build = enable_default_builds
enable_standalone_shell_build = enable_default_builds && host_os != "win"

# Build the Linux all clusters app example.
enable_linux_all_clusters_app_build =
Expand Down Expand Up @@ -178,13 +181,13 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {

if (enable_host_clang_build) {
chip_build("host_clang") {
toolchain = "//build/toolchain/host:${host_os}_${host_cpu}_clang"
toolchain = "${build_root}/toolchain/host:${host_os}_${host_cpu}_clang"
}
}

if (enable_host_gcc_build) {
chip_build("host_gcc") {
toolchain = "//build/toolchain/host:${host_os}_${host_cpu}_gcc"
toolchain = "${build_root}/toolchain/host:${host_os}_${host_cpu}_gcc"
}
}

Expand All @@ -196,19 +199,19 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {

if (enable_android_builds) {
chip_build("android_arm") {
toolchain = "//build/toolchain/android:android_arm"
toolchain = "${build_root}/toolchain/android:android_arm"
}

chip_build("android_arm64") {
toolchain = "//build/toolchain/android:android_arm64"
toolchain = "${build_root}/toolchain/android:android_arm64"
}

chip_build("android_x64") {
toolchain = "//build/toolchain/android:android_x64"
toolchain = "${build_root}/toolchain/android:android_x64"
}

chip_build("android_x86") {
toolchain = "//build/toolchain/android:android_x86"
toolchain = "${build_root}/toolchain/android:android_x86"
}
}

Expand Down Expand Up @@ -308,9 +311,18 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {
if (enable_efr32_lock_app_build) {
deps += [ ":efr32_lock_app" ]
}
if (enable_efr32_lighting_app_build) {
deps += [ ":efr32_lighting_app" ]
}
if (enable_k32w_lock_app_build) {
deps += [ ":k32w_lock_app" ]
}
if (enable_qpg6100_lock_app_build) {
deps += [ ":qpg6100_lock_app" ]
}
if (enable_cc13x2_26x2_lock_app_build) {
deps += [ ":cc13x2_26x2_lock_app" ]
}
}

group("check") {
Expand Down
3 changes: 2 additions & 1 deletion build/chip/buildconfig_header.gni
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@
# ]
# }

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")

template("buildconfig_header") {
source_set_name = target_name
gen_target_name = "gen_${target_name}"

action(gen_target_name) {
script = "${chip_root}/build/chip/write_buildconfig_header.py"
script = "${build_root}/chip/write_buildconfig_header.py"

if (defined(invoker.header_dir)) {
header_file = "${invoker.header_dir}/${invoker.header}"
Expand Down
4 changes: 2 additions & 2 deletions build/chip/chip_build.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/chip.gni")
import("//build_overrides/build.gni")

import("${chip_root}/build/chip/tests.gni")
import("${build_root}/chip/tests.gni")

template("chip_build") {
_build_name = target_name
Expand Down
4 changes: 3 additions & 1 deletion build/chip/chip_test.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")
import("//build_overrides/pigweed.gni")

import("$dir_pw_build/python_action.gni")

import("${chip_root}/build/chip/tests.gni")
import("${build_root}/chip/tests.gni")
import("${chip_root}/src/platform/device.gni")
import("${dir_pw_unit_test}/test.gni")

Expand Down
4 changes: 2 additions & 2 deletions build/chip/chip_test_group.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/chip.gni")
import("//build_overrides/build.gni")

import("${chip_root}/build/chip/tests.gni")
import("${build_root}/chip/tests.gni")

assert(chip_build_tests)

Expand Down
5 changes: 3 additions & 2 deletions build/chip/chip_test_suite.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")

import("${chip_root}/build/chip/chip_test.gni")
import("${chip_root}/build/chip/tests.gni")
import("${build_root}/chip/chip_test.gni")
import("${build_root}/chip/tests.gni")
import("${dir_pw_unit_test}/test.gni")

assert(chip_build_tests)
Expand Down
3 changes: 2 additions & 1 deletion build/chip/happy_test.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")

import("${chip_root}/build/chip/tests.gni")
import("${build_root}/chip/tests.gni")

assert(chip_build_tests)
assert(chip_enable_happy_tests)
Expand Down
6 changes: 3 additions & 3 deletions build/chip/java/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build_overrides/chip.gni")
import("//build_overrides/build.gni")

import("//build/config/android/config.gni")
import("//build/config/android_abi.gni")
import("${build_root}/config/android/config.gni")
import("${build_root}/config/android_abi.gni")

# Place a copy of the shared c++ support library in the jni output directory
# See:
Expand Down
Loading