commit | f3e8302088e1338555abf7aaef786d5277b67b59 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Fri Dec 01 04:26:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 04:26:10 2017 +0000 |
tree | d56f3e7acf0cd56f5970c25761a5319b8cb6bb1b | |
parent | 253dfc22a6392ce36e02619398e8545fd2715865 [diff] | |
parent | 5a44d1f069ad8cfc9afd757e662fd47ee4ed02c3 [diff] |
Add LOCAL_SDK_VERSION := system_$(VER) am: 5a44d1f069 Change-Id: Ief08f78484b654502d356c07d61063a16aad0572
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.