gallium: disable tests when using embedded build
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 0353b05..6c0e7a5 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -23,5 +23,6 @@
 
 SConscript('targets/SConscript')
 
-SConscript('tests/unit/SConscript')
-#SConscript('tests/raw/SConscript')
+if platform != 'embedded':
+	SConscript('tests/unit/SConscript')
+	#SConscript('tests/raw/SConscript')