Skip to content

Commit

Permalink
add README for explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Sep 5, 2024
1 parent 828bd40 commit c972432
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# eframe in android

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.

The chain is: `eframe_template` used in `eframe_template_android` used in `eframe_template` (android app)

## Building the android app

```sh
# will compile the cdylib and copy it to the android app
make

make run-on-device
```

0 comments on commit c972432

Please sign in to comment.