diff options
author | 2020-02-27 21:08:11 +0000 | |
---|---|---|
committer | 2020-02-27 21:08:11 +0000 | |
commit | 2d4b8d2188982fb0e63c8ee1eb81189a12b2bc36 (patch) | |
tree | 75a71a62be50e954aeb5fb5def115de35a336abf /apex/androidmk.go | |
parent | 2642bc6d823894923ccaa06314276a3ad95c8b44 (diff) | |
parent | 1c85e8e019f840a476111f30dc952a035693c57d (diff) |
Merge "Only dist apex sizes for checkbuild"
Diffstat (limited to 'apex/androidmk.go')
-rw-r--r-- | apex/androidmk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/androidmk.go b/apex/androidmk.go index da8254ab8..5c15e8e8c 100644 --- a/apex/androidmk.go +++ b/apex/androidmk.go @@ -308,7 +308,7 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData { } if a.installedFilesFile != nil { - goal := "droidcore" + goal := "checkbuild" distFile := name + "-installed-files.txt" fmt.Fprintln(w, ".PHONY:", goal) fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n", |