commit | 216c762826f41dc0d4b8553bffb72c58036ae7d9 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Sun May 09 00:10:02 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun May 09 00:10:02 2021 +0000 |
tree | b4617bf1aec6cac8922403844bafc7cc6cc9b871 | |
parent | d6b0c2460591213cdc78dd320c18c1769e3d9087 [diff] | |
parent | 5678ae7b1c072b081e5aeb25fba01cc2eb93ebaa [diff] |
Merge "Don't set the build id if we need to append the digest" am: a530481db1 am: 834dc90be1 am: 5678ae7b1c Original change: https://android-review.googlesource.com/c/platform/build/+/1695406 Change-Id: I7a751270df9a6c02763c228f495c40c046c0115b
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.