adding android until the stub is checked in

This commit is contained in:
amerhifi 2019-05-15 08:53:05 -07:00
parent 5e62e6b719
commit 19a848d481

View file

@ -12,7 +12,7 @@
namespace platform {
namespace jsonKeys{
#if !defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
#if !defined(Q_OS_LINUX) || !defined(Q_OS_ANDROID) //hiding from linux at the moment due to unused variables warning
static const char* cpuBrand= "cpuBrand";
static const char* cpuModel = "cpuModel";
static const char* cpuClockSpeed = "clockSpeed";