hardwarePlatform

fun hardwarePlatform(hardware: String, abis: List<String>): String

Describes the SoC/board and CPU ABI class.

Return

Human-readable SoC + CPU class description.

Parameters

hardware

Build.HARDWARE string.

abis

Supported ABIs (Build.SUPPORTED_ABIS).