-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
828bd40
commit c972432
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |