From 63e7ff97e960987080e6bda668ba960650dca87f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 20 Dec 2016 17:59:07 +0100 Subject: [PATCH] configure: properly serialize machine tuple detection detecting the machine tuple must happen before committing qdevice.pri. Change-Id: Ic37eda42fff805d6e1edb5dd92898abd59d6bdc9 Reviewed-by: Andy Nichols --- configure.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.json b/configure.json index 2c27891729..1886f4074e 100644 --- a/configure.json +++ b/configure.json @@ -430,6 +430,7 @@ "output": [ "machineTuple" ] }, "commit": { + "condition": "features.machineTuple", "output": [ "commitOptions" ] }, "android-style-assets": {