commit | 869356db7f9fed527c924b7f048968ee757f6c62 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Sep 28 03:53:54 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 28 03:53:54 2021 +0000 |
tree | 3d797e668b828e96b81b392b9fef3443a26877c0 | |
parent | 38a6187cb21b88f27247521a5d70f4c496cbe0c6 [diff] | |
parent | 95e5729ee5cdc604ebf2d906f45cc2ccf921bf1d [diff] |
Merge "create a makefile that holds non AB device setting" am: 95e5729ee5 Original change: https://android-review.googlesource.com/c/platform/build/+/1774706 Change-Id: I3c94bb10b40a80d982dfceb0902f866d1ca24dea
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.