commit | b8f0085dbad7fb0eee5eb7c25dc867120c2f6da6 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed Jun 27 13:38:54 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 27 13:38:54 2018 -0700 |
tree | 1b3958be142063a89b113e7303a6d55a52b0cf7f | |
parent | 9d142286d351be4f37135da544a89630b46e0c38 [diff] | |
parent | 8ffb008e88b6539f40f3e15f4bc0855b6e6feda1 [diff] |
Merge "Do not set entry-point for Windows" am: 645b8db09a am: 783c0bd833 am: 8ffb008e88 Change-Id: I2c407e1fad8978baa4c117cbb7c0a4314d85d793
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.