Merge "Only dist apex sizes for checkbuild" am: 2d4b8d2188

Change-Id: I7aa8503bd0937ad4f6e201df898ca7ca4537fd7e
This commit is contained in:
Automerger Merge Worker 2020-02-27 21:34:47 +00:00
commit dde07924cb
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",