commit | d34ac59c5af888475f26c6026f764570457b43e3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Jun 01 04:46:16 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 01 04:46:16 2021 +0000 |
tree | f94b57394bede798519f3b67559d507726a7520b | |
parent | 7e09329be0c5cb18b7b0475ce31b088689d0d840 [diff] | |
parent | 5260f435a35eb720ee91130d5d28d77384a4f1f6 [diff] |
Merge "Enable a prop to determine the new figerprint is enabled" am: 5260f435a3 Original change: https://android-review.googlesource.com/c/platform/build/+/1716976 Change-Id: I5762f6a1ea981fe29ab49e2601df5ffef8351653
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.