439
edits
| Line 124: | Line 124: | ||
This will give you a busybox shell. I found the android system shell to be better, so you can type 'exit' to drop into the real shell. | This will give you a busybox shell. I found the android system shell to be better, so you can type 'exit' to drop into the real shell. | ||
'Manually running the tests' | |||
To run the tests manually, you need to add the following to your environment: | To run the tests manually, you need to add the following to your environment: | ||
| Line 140: | Line 140: | ||
Will run the blapi tests. | Will run the blapi tests. | ||
'Manually running NSS commands' | |||
To run NSS commands you would need to adjust the following environment variables: | To run NSS commands you would need to adjust the following environment variables: | ||
| Line 151: | Line 151: | ||
You can now execute any nss commands in your android shell. | You can now execute any nss commands in your android shell. | ||
=== Partial rebuilds === | |||
You can rebuild any part of the NSS tree just as you would normally, as long as you have the BUILD_ANROID and ANDROID_NDK environment variables set. You do, however, need to run make android_install to install the changes. make android_install will update all the binaries, not just the newly built one. | |||
edits