Skip to content

Commit 89954f9

Browse files
Integrate camera apps with vscode (#38005)
* Integrate camera apps with vscode * Restyled by whitespace * Restyled by prettier-json * Update camera controller name to match vsvode filter --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent d815fde commit 89954f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
build"
248248
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
249249
linux debug camera-controller \
250-
out/linux-x64-camera-controller/camera-controller \
250+
out/linux-x64-camera-controller/chip-camera-controller \
251251
/tmp/bloat_reports/
252252
- name: Uploading Size Reports
253253
uses: ./.github/actions/upload-size-reports

examples/camera-controller/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static_library("camera-controller-utils") {
107107
output_dir = root_out_dir
108108
}
109109

110-
executable("camera-controller") {
110+
executable("chip-camera-controller") {
111111
sources = [ "main.cpp" ]
112112

113113
deps = [
@@ -124,5 +124,5 @@ executable("camera-controller") {
124124
}
125125

126126
group("default") {
127-
deps = [ ":camera-controller" ]
127+
deps = [ ":chip-camera-controller" ]
128128
}

0 commit comments

Comments
 (0)