commit | fee4ab3b291f05274d16df242e6ac009138e38e8 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Tue Jul 16 02:43:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 16 02:43:36 2019 -0700 |
tree | 033af2fbcf60bbe059028ffa417f51940d1b7ea4 | |
parent | 1db284ff109388292bb604f488eb2aa9fe1feb3a [diff] | |
parent | 9c7ab5944e4b468484f0db47928b3f678f8c88a4 [diff] |
Merge "Add NativeBridgeRelativePath config variables" am: 9c7ab5944e Change-Id: I452b48d38285137022c004d481b0d596dd8b2533
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.