Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Oct 30, 2021
1 parent 02293d6 commit 8b6896c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/testdata/glob_star_targets_except_host.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ android-androidstudio-x86-chip-tool
android-arm-chip-tool
android-arm64-chip-test
android-arm64-chip-tool
android-arm64-chip-tvserver
android-x64-chip-tool
android-x86-chip-tool
efr32-brd4161a-light
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/app/server/java/AppMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
*/

#pragma once
#include <lib/core/CHIPError.h>

CHIP_ERROR ChipAndroidAppInit(void);
1 change: 1 addition & 0 deletions src/app/server/java/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ shared_library("jni") {
"${chip_root}/examples/tv-app/android:android-tv-app",
"${chip_root}/examples/tv-app/tv-common",
"${chip_root}/src/app/server",
"${chip_root}/src/inet",
"${chip_root}/src/lib",
"${chip_root}/src/platform",
"${chip_root}/src/platform/android",
Expand Down

0 comments on commit 8b6896c

Please sign in to comment.