commit | 3beb0bead205bdfd5dc8ef11b902346c73e119c1 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Dec 11 08:32:39 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 11 08:32:39 2018 -0800 |
tree | af2983a3716b6daad41f0130f543729573097b41 | |
parent | f2931497a277288ee7c17854cd0cc4cdd7e0cb52 [diff] | |
parent | 0262df76b6f07c81e00b392de5dfc0f067636211 [diff] |
Merge "Bump PREVIEW_SDK_INT for Q builds." am: 0262df76b6 Change-Id: I5e35ffe15a8f875315b047da6d1b97b1a7f97e8f
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.