write down how to build configuration generation tool fix #4447

This commit is contained in:
rusefillc 2022-08-15 18:42:25 -04:00
parent 8b72ff7482
commit 748e5d3e77
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ Here we have some tiny dev utilities - average rusEFI user would not need to use
```
cd android ; ./gradlew :config_definition:shadowJar
cd android
./gradlew :config_definition:shadowJar
```
gcc_map_reader reads the .map file produced by GCC and prints some details on what is RAM used for