commit | 83cdc3d7b04fffe60286e4292af7ea3b6f51e8b5 | [log] [tgz] |
---|---|---|
author | Marko Man <darkobas@gmail.com> | Thu Mar 21 22:20:10 2019 +0100 |
committer | Max Weninger <max.weninger@gmail.com> | Sat Mar 23 09:27:03 2019 +0100 |
tree | 2aeac1e49682e3db57766e8d253bbe18f6a73183 | |
parent | 20f2c9b7fbf8438000208524800c2349986d60f3 [diff] [blame] |
vendor: add TARGET_NEEDS_HWC_ONFIRSTREF option Change-Id: I1cb20129af69f641107c2b552cfd69eecfe65d64
diff --git a/build/soong/android/variable.go b/build/soong/android/variable.go index 11569a3..75da6a4 100644 --- a/build/soong/android/variable.go +++ b/build/soong/android/variable.go
@@ -1,6 +1,10 @@ package android type Product_variables struct { + TargetNeedsHWCOnFirstRef struct { + Cflags []string + } } type ProductVariables struct { + TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` }