| 252 | } |
| 253 | |
| 254 | String bool_to_string(bool v) { |
| 255 | return v ? "true" : "false"; |
| 256 | } |
| 257 | |
| 258 | String _get_gles_tag() { |
| 259 | return " <uses-feature android:glEsVersion=\"0x00030000\" android:required=\"true\" />\n"; |
no outgoing calls
no test coverage detected