commit | d7bd210b07ee1366e2ff13415336fc93f7b36b5a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 06 11:22:15 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 06 11:22:15 2019 -0700 |
tree | 64780bd0ac9bcfb9970fb27a240e2cc631477173 | |
parent | c711b6d78a01d723d4e3890f9350f5323931d17a [diff] | |
parent | a602db0c9946cf1df512261b44013d7e490ec7b8 [diff] |
Merge "Build and use ota_from_target_files as a module." am: b7957f112b am: 93d52312d3 am: b235e8ded4 am: a602db0c99 Change-Id: I46b51ec02cd01e1fb93977fac824abe21dbdc246
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.