Merge "Add BenchmarkProperties to cc_defaults" am: e6b5e9aa82

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1353047

Change-Id: I7182cf2dc9c83c7d740badc2c470d90d2b129e0d
This commit is contained in:
Treehugger Robot
2020-07-01 16:59:20 +00:00
committed by Automerger Merge Worker

View File

@@ -2988,6 +2988,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
&BinaryLinkerProperties{}, &BinaryLinkerProperties{},
&TestProperties{}, &TestProperties{},
&TestBinaryProperties{}, &TestBinaryProperties{},
&BenchmarkProperties{},
&FuzzProperties{}, &FuzzProperties{},
&StlProperties{}, &StlProperties{},
&SanitizeProperties{}, &SanitizeProperties{},