| 187 | # bazel commands |
| 188 | ################################ |
| 189 | class ABIType(object): |
| 190 | armeabi_v7a = 'armeabi-v7a' |
| 191 | arm64_v8a = 'arm64-v8a' |
| 192 | arm64 = 'arm64' |
| 193 | aarch64 = 'aarch64' |
| 194 | armhf = 'armhf' |
| 195 | host = 'host' |
| 196 | |
| 197 | |
| 198 | def abi_to_internal(abi): |
nothing calls this directly
no outgoing calls
no test coverage detected