commit | c23ef03838a1f4d93a8e93d62c3167dc5d2eebf4 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Jun 27 09:56:56 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Jun 27 09:56:56 2018 +0100 |
tree | bd4dc9d17420f64c0fdcbfb780dc1b7aab9c2259 | |
parent | a314fc0166d58e2f866baa91e704b39bf7cb97c9 [diff] |
Remove core_base.mk It's small, and doesn't really have a theme so it doesn't really warrant its own build file. Inline its contents in all its children. Bug: 80410283 Test: diff product variables with multiproduct_kati Change-Id: I7db95f9134df36ebd0271e21dba1fa13b28afc72
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.