Merge "Add BenchmarkProperties to cc_defaults"

This commit is contained in:
Treehugger Robot
2020-07-01 16:46:11 +00:00
committed by Gerrit Code Review

View File

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