From 7dbfd8234657f9d239f9966064a4411d7f622d0e Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 29 Nov 2018 10:01:32 +0000 Subject: [PATCH] Remove obsolete flag Last use removed in Ibefde5feaeaec8fb68cbc6ea1c019bf8b5e608bb Test: make Change-Id: Icd4273b2ab472758ce0fbc237c294960ee16685d --- android/variable.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/android/variable.go b/android/variable.go index 453477455..f4960086d 100644 --- a/android/variable.go +++ b/android/variable.go @@ -54,10 +54,6 @@ type variableProperties struct { Cflags []string } - Device_uses_hwc2 struct { - Cflags []string - } - Override_rs_driver struct { Cflags []string } @@ -190,7 +186,6 @@ type productVariables struct { UseGoma *bool `json:",omitempty"` Debuggable *bool `json:",omitempty"` Eng *bool `json:",omitempty"` - Device_uses_hwc2 *bool `json:",omitempty"` Treble_linker_namespaces *bool `json:",omitempty"` Enforce_vintf_manifest *bool `json:",omitempty"` Pdk *bool `json:",omitempty"`