commit | eaa51be170c4b0099f6fcfa8d10bdb4eb186e099 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Nov 13 23:04:32 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 13 23:04:32 2019 -0800 |
tree | 07f965e18ac6edb98b0b2d0e59664cf046266bd3 | |
parent | 4030a80355e0f4aca3a69cf5f407cd4f6338efe1 [diff] | |
parent | bf2bb0ae491cb8c73e5b343a7934394daf9d8d26 [diff] |
Merge "Add /persist symlink to mainline_arm64" am: 0b6de0b173 am: 0a856c6682 am: bf2bb0ae49 Change-Id: I41c85f8d70cbcc267b5716ce684c657aea7d1f53
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.