summaryrefslogtreecommitdiff
path: root/apex/androidmk.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-02-27 21:08:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-02-27 21:08:11 +0000
commit2d4b8d2188982fb0e63c8ee1eb81189a12b2bc36 (patch)
tree75a71a62be50e954aeb5fb5def115de35a336abf /apex/androidmk.go
parent2642bc6d823894923ccaa06314276a3ad95c8b44 (diff)
parent1c85e8e019f840a476111f30dc952a035693c57d (diff)
Merge "Only dist apex sizes for checkbuild"
Diffstat (limited to 'apex/androidmk.go')
-rw-r--r--apex/androidmk.go2
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",