From 4328765772034447b98bd486c1b49c27357ebfce Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 30 Jun 2020 10:15:07 -0700 Subject: [PATCH] Add BenchmarkProperties to cc_defaults Fixes: 135767253 Fixes: 142024316 Test: m checkbuild Change-Id: Ifb0eb0a31fab105405a2d6dcfecb4c68b4602427 --- cc/cc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/cc.go b/cc/cc.go index c3b0d88c3..81df0949d 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -2988,6 +2988,7 @@ func DefaultsFactory(props ...interface{}) android.Module { &BinaryLinkerProperties{}, &TestProperties{}, &TestBinaryProperties{}, + &BenchmarkProperties{}, &FuzzProperties{}, &StlProperties{}, &SanitizeProperties{},