Skip to content

Commit c972432

Browse files
committed
add README for explanation
1 parent 828bd40 commit c972432

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

android/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# eframe in android
2+
3+
This part of the repo will build an android app using a `cdylib` named `eframe_template_android`. This `cdylib` will be used by the android app to render the UI.
4+
5+
The chain is: `eframe_template` used in `eframe_template_android` used in `eframe_template` (android app)
6+
7+
## Building the android app
8+
9+
```sh
10+
# will compile the cdylib and copy it to the android app
11+
make
12+
13+
make run-on-device
14+
```

0 commit comments

Comments
 (0)