commit | 945096110d5d748a5afddd4c5be6cfe9f099cdd4 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Nov 20 22:24:24 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 20 22:24:24 2019 -0800 |
tree | 8cdb5f088359fdf67d0b27f789c6da8a135c7d6f | |
parent | 3d14362ad2c8b81bdc850ce86d263cb00fa9757a [diff] | |
parent | e948114a3d7b9464dccc43d9cda44cb52dcc264a [diff] |
Merge "Inherit base system_ext.mk files for aosp targets" am: e948114a3d Change-Id: Ic9c360aba510a6ebfa0b5d966db4be92164e01c1
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.