Merge "Add BenchmarkProperties to cc_defaults" am: e6b5e9aa82 am: d922debd99

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

Change-Id: Ib727d19617af5e15289edcba4a3f54cc31eb19fd
This commit is contained in:
Treehugger Robot
2020-07-01 17:09:28 +00:00
committed by Automerger Merge Worker

View File

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