commit | ed9789d4b8134243ae5af1c2f94c0f76d525b9dc | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Sep 01 04:00:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 01 04:00:50 2020 +0000 |
tree | a36a4ec931f56c2ac72e2ac3a2729642d14e38b0 | |
parent | 6cea038dfe7366e52b803f199022d749bac4c97b [diff] | |
parent | 6f2a44a0d9e8883a520913f2d9814d1a5b59acfe [diff] |
Merge "Add more enums to the ota type" am: 6f2a44a0d9 Original change: https://android-review.googlesource.com/c/platform/build/+/1416508 Change-Id: I6e358519c6660462a54d3c8036a49a0c779500a1
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.