supportedAbis property

List<String>? supportedAbis
getter/setter pair

Supported ABI architectures in the order of preference.

The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".

Implementation

core.List<core.String>? supportedAbis;