-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add support to compile java matter controller test example in host without android #23630
Add support to compile java matter controller test example in host without android #23630
Conversation
6f2222b
to
034589c
Compare
PR #23630: Size comparison from bbf3111 to b179e75 Increases (4 builds for bl702, cc13x2_26x2, psoc6, telink)
Decreases (4 builds for bl602, bl702, cc13x2_26x2, psoc6)
Full report (44 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
I think this might not be the right way to run the app. I got the following run-time exception
|
b179e75
to
3c1687e
Compare
After I remove the change in top level BUILD.gn, this error goes away |
PR #23630: Size comparison from 0d9014d to 3c1687e Increases (5 builds for bl602, esp32, psoc6, telink)
Decreases (8 builds for bl602, bl702, esp32, psoc6, telink)
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
c30b7d4
to
09f5e02
Compare
0def19a
to
6b4e964
Compare
PR #23630: Size comparison from b568009 to ce01cfd Increases (3 builds for nrfconnect, telink)
Full report (7 builds for nrfconnect, telink)
|
ce01cfd
to
f7f2054
Compare
Builds are failing complaining with Undefined identifier for
|
PR #23630: Size comparison from c62b6b5 to f7f2054 Increases (2 builds for telink)
Decreases (2 builds for telink)
Full report (7 builds for nrfconnect, telink)
|
ca17c31
to
328b9ad
Compare
328b9ad
to
8f0c6b3
Compare
PR #23630: Size comparison from 0328607 to 8f0c6b3 Increases (5 builds for bl602, bl702, psoc6, telink)
Decreases (7 builds for cyw30739, esp32, psoc6, telink)
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
…thout android (project-chip#23630) * Add suppoprt to compile java matter controller test in host * Restyled by gn Co-authored-by: Restyled.io <commits@restyled.io>
Problems:
#23811
Add support to compile java matter controller test example in host without android
-- export JAVA_PATH=/usr/lib/jvm/java-8-openjdk-amd64
-- ./scripts/build/build_examples.py --target linux-x64-java-matter-controller build
-- java -verbose:jni -Xcheck:jni -Djava.library.path=out/linux-x64-java-matter-controller/lib/jni -cp out/linux-x64-java-matter-controller/lib/third_party/connectedhomeip/src/controller/java/CHIPController.jar:out/linux-x64-java-matter-controller/bin/java-matter-controller com.matter.controller.Main