commit | b73ccb7a25a175396fe451db1ecb33793ad877d9 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Sep 17 14:36:37 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Sep 17 16:01:14 2018 -0700 |
tree | d50726ee4b97964c411ae365f5f5c4ae8c9a2c28 | |
parent | d55eb7643d684e01f74e580df1fdf258b6f3fc60 [diff] |
Fix installclean incremental builds w/veridex $(HOST_OUT)/obj/PACKAGING is cleaned via `installclean`, so regular built modules should not be depending on it. Explicitly call out the dependencies instead. Test: m; m installclean; m Change-Id: I0f318257e4742d6b7bd099dc06958ca8aba0cfb8
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.