Update plugin sdk build script to only copy files instead of cherry-picking functions

This commit is contained in:
Francois Beutin
2024-01-18 10:28:00 +01:00
parent 5bf5023e35
commit b3b9046a63
10 changed files with 21 additions and 285 deletions

View File

@@ -14,5 +14,5 @@ Be careful, and weight your choices.
If for some reasons you want to rebuild this SDK manually from [app-ethereum](https://github.com/LedgerHQ/app-ethereum) (reminder: it is rebuild automatically when building app-ethereum itself):
```shell
$> python3 tools/build_sdk.py
$> ./tools/build_sdk.sh
```