10000 Merge · githublucas420/RootCommands@fc350a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc350a4

Browse files
author
Dominik Schürmann
committed
Merge
2 parents c3cc47d + fa23a17 commit fc350a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We are missusing Androids library method to deploy our native executables, by re
143143

144144
Note: Permission and owner of deployed files: ``-rwxr-xr-x system system 38092 2012-09-24 19:51 libhello_world_exec.so``
145145

146-
1. Put the sources of the native executables into the libs folder as seen in https://github.com/dschuermann/root-commands/tree/master/ExampleApp/jni
146+
1. Put the sources of the native executables into the jni folder as seen in https://github.com/dschuermann/root-commands/tree/master/ExampleApp/jni
147147
2. Write your own Android.mk and Application.mk
148148
3. To automate the renaming process I propose a Gradle task: https://github.com/dschuermann/root-commands/blob/master/ExampleApp/build.gradle . This will rename the files from ``*`` to ``lib*_bin.so``.
149149
4. Execute ``ndk-build`` to build executables

0 commit comments

Comments
 (0)
0