commit | 97aa75e1ea7a463902f896a5cf3e9be3dc7f637a | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Tue Aug 06 18:54:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 06 18:54:39 2019 -0700 |
tree | 22c2abe902eaa97d2591c2c180c549a363ca9934 | |
parent | 9c5925964b85cab92bd41386265f596585ae8e7b [diff] | |
parent | 23c85b37f09420f9b1e16474b636feb73239853a [diff] |
Merge "Filter out VENDOR_PYTHONPATH from PYTHONPATH in aosp." am: 431096605c am: 284a48f6bb am: 23c85b37f0 Change-Id: Icb1cbd58e2e8f2826d1d57663df3bd9ff0173471
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.