File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ metadata `AndroidManifest.xml`.
66
77## Core contents
88
9- Under ` extension/android ` ,
9+ Under ` extension/android/ ` ,
1010
1111- ` executorch_android/ ` is the root for the Java ` org.pytorch.executorch ` package
12- - ` src/ `
13- - ` androidTest ` contains the android instrumentation test source
14- - ` main ` contains the Java source
15- - ` test ` contains the Java unit test source
16- - ` build.gradle ` is the rule to build the Java package.
12+ - ` src/ `
13+ - ` androidTest/ ` contains the android instrumentation test source
14+ - ` main/ ` contains the Java source
15+ - ` test/ ` contains the Java unit test source
16+ - ` build.gradle ` is the rule to build the Java package.
1717- ` jni/ ` contains the JNI layer code, which depends on the ExecuTorch c++ runtime library.
1818- ` CMakeLists.txt ` is the rule for building the JNI library.
1919
You can’t perform that action at this time.
0 commit comments