Merge "Only dist apex sizes for checkbuild"

This commit is contained in:
Colin Cross 2020-02-27 21:08:11 +00:00 committed by Gerrit Code Review
commit 2d4b8d2188
1 changed files with 1 additions and 1 deletions

View File

@ -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",