commit | 653e527b5afd01776f52fe0b20665984b4759cac | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Wed Jul 03 20:54:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 03 20:54:39 2019 -0700 |
tree | 00c3e386b351a08903d2fe381ea9fb7fda81c5fa | |
parent | 7d5dbf2be0593da088d0eb8da2130c21e4ea82ca [diff] | |
parent | 150c4b1f32bc45ab80fd7a7a0836060fa64414de [diff] |
Merge "Move definition of create-vendor-odm-symlink within BUILDING_VENDOR_IMAGE" am: 150c4b1f32 Change-Id: Idd62c9cfc5e38c0e896e09877f3fc44a58c28091
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.