commit | 0a57030ec485448fbdb7a02af0da9d3f0322cf8d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jul 26 15:57:41 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 15:57:41 2018 -0700 |
tree | fa50610c580fed116b7676af6c3be04120836095 | |
parent | ad015e18968eded1ec7d9935729f8ac9de811d7c [diff] | |
parent | 6ca83625e923d685b632c1030e07550afb209039 [diff] |
Merge changes from topic "manifest_fixer_targetSdkVersion" am: 7b21221d2a am: 1ef3c64906 am: d4ed885137 am: 6ca83625e9 Change-Id: I0b27c13f0e7d9b79de56e250aa76c0a372d82f34
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.