commit | 8421d7754926fa78c3b2c1b1fad9c29794ddbcbe | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Tue Jul 23 20:02:11 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 23 20:02:11 2019 -0700 |
tree | 37683f96eb5d236fb934029316d9d92dadc7e8ff | |
parent | 547f9e37260240353f36c43df419d63055057548 [diff] | |
parent | 5358b924a3395cc745545f8989a7eff6eedb7a53 [diff] |
Merge "Ensure no redundant ABI reference dumps" am: 5358b924a3 Change-Id: I69955371ba2e6aa3ecbe73efdece3ebfd0845a27
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.