Skip to content

Commit f8d49cf

Browse files
committed
Format
1 parent dd69e7a commit f8d49cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

extension/android/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)