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