commit | 7fc3d9ede1cef13d79d46eeb14f289365a398bcb | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Dec 11 08:37:47 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 11 08:37:47 2018 -0800 |
tree | 486b7fb81be338315ec1de7ac51eae742d683322 | |
parent | 1475dc7a2d1c8f14335311eac2fc03e65f290345 [diff] | |
parent | 3beb0bead205bdfd5dc8ef11b902346c73e119c1 [diff] |
Merge "Bump PREVIEW_SDK_INT for Q builds." am: 0262df76b6 am: 3beb0bead2 Change-Id: Ief05b00a052e4efcbc8dc5e34a617817d0443714
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.