| commit | 502679e0619ca0266d33ff0665217f97f15d2cdc | [log] [tgz] |
|---|---|---|
| author | Inseob Kim <inseob@google.com> | Mon Jun 01 23:23:05 2020 +0900 |
| committer | Inseob Kim <inseob@google.com> | Tue Jun 02 14:43:06 2020 +0000 |
| tree | dcfcafe7d9d9cd0779763103ebddb7c944cbc38b | |
| parent | 4d8d8fec4a8c3c152aa2d9e9e5252d8612d9afc3 [diff] [blame] |
Implement cc_object vendor snapshot cc_object modules are also necessary for vendor snapshot. Bug: 157106227 Test: m vendor-snapshot Change-Id: Idf4fd37a26f6f712f3cbab43133622f9f9bd9372
diff --git a/cc/object.go b/cc/object.go index 19decec..15a529e 100644 --- a/cc/object.go +++ b/cc/object.go
@@ -158,3 +158,7 @@ func (object *objectLinker) coverageOutputFilePath() android.OptionalPath { return android.OptionalPath{} } + +func (object *objectLinker) object() bool { + return true +}