| | | Changeset 9067:5d167c25726f |
| | |
|
| | | configs: add run scripts for ics/gb versions of android and bbench |
| | |
|
| | | 1) Modifies Benchmarks.py to add support for Android ICS and BBench on Android
|
| | | ICS. |
| | |
|
| | | 2) An rcS script is added for BBench on ICS. |
| | |
|
| | | 3) Separates benchmark entries and rcS scripts for GB/ICS |
| | |
|
| | | 4) Removes the debugging output from the existing BBench run script. These
|
| | | print statements were used for debugging and they seemed to confuse users
|
| | | into believing they should see some terminal output. |
| | |
|
| ~ | | update: removed sleep 2, it isn't necessary. Also, changed the shebang to point to the proper location of sh. |
| | ~ | update: removed sleep 2, it isn't necessary. also, changed the shebang to point to the proper location of sh (this shouldn't matter, and BBench has worked fine despite this because /system/bin/sh is used from the init.rc script. but, if it's going to be there, it may as well be correct.) |