Skip to content

Commit

Permalink
Fix android compilation for arm after project-chip#23111
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 17, 2022
1 parent 9f08fc1 commit 8373173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/java/CHIPDeviceController-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ JNI_METHOD(jlong, newDeviceController)(JNIEnv * env, jobject self, jobject contr
chip::DeviceLayer::StackLock lock;
CHIP_ERROR err = CHIP_NO_ERROR;
AndroidDeviceControllerWrapper * wrapper = NULL;
long result = 0;
jlong result = 0;

ChipLogProgress(Controller, "newDeviceController() called");

Expand Down

0 comments on commit 8373173

Please sign in to comment.