write down how to build configuration generation tool fix #4447
This commit is contained in:
parent
8b72ff7482
commit
748e5d3e77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue