commit | d8570253800ce5f48bdae411f1ee711b4d960c73 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Mon Mar 25 16:30:56 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 25 16:30:56 2019 -0700 |
tree | b5e2a474cc2bc3060a578f0fdbdffd6b2e8a52a4 | |
parent | 2d5f9a02853441f10ecf432aa56d90844f57beb7 [diff] | |
parent | 081eedce3949e6e92b2694fad8459ca694934ab1 [diff] |
Merge "Merges dynamic partition misc_info.txt keys from both system and other." am: c21a8448d1 am: 081eedce39 Change-Id: I5c530f3cda4016fed33d15476d5fd3927b13aafc
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.