commit | b74357aab77878a6540dcf4d3c889a17b79e99b6 | [log] [tgz] |
---|---|---|
author | Jing-yan, Jang <josephjang@google.com> | Thu Jun 18 06:57:24 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 06:57:24 2020 +0000 |
tree | d0da51ee8fcb66317aefd5fc7f356296891b0e81 | |
parent | 0e868862c3e4119f1fbaff3062f37a3d41a9396f [diff] | |
parent | 08ab3caa0c38d94f9739f3b9320e65982ec10fc2 [diff] |
Merge "Identity: Add credstore" into rvc-dev am: dd592d87ec am: 08ab3caa0c Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11736599 Change-Id: Id672a9ecc14d58822346e9ea6cb00fa8dfdb087e
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.