From 19a848d481818a3828d92bfc99bab11c988d19fd Mon Sep 17 00:00:00 2001
From: amerhifi <amer@highfidelity.io>
Date: Wed, 15 May 2019 08:53:05 -0700
Subject: [PATCH] adding android until the stub is checked in

---
 libraries/platform/src/platformJsonKeys.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/platform/src/platformJsonKeys.h b/libraries/platform/src/platformJsonKeys.h
index 5f06e97b09..ea185433f6 100644
--- a/libraries/platform/src/platformJsonKeys.h
+++ b/libraries/platform/src/platformJsonKeys.h
@@ -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";