commit | 3b1315dbaa77151b1f7a8e3fadc0ca95270e070e | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Feb 08 08:39:34 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 08 08:39:34 2018 +0000 |
tree | cf41db1f3575b3a8b364fd08f82dd815b7b928e7 | |
parent | e5f2a716cb4acfc87fae86a0a9f7c3be76c29c1a [diff] | |
parent | 2b6217ee17808fda3231bdea0f4c27d7b72ed113 [diff] |
Merge "Compiler-rt libraries now use i386 instead of i686" am: b5751e4bd7 am: 2b6217ee17 Change-Id: I2fb5e67a19a5ea46220ac443f0b72873a16cd704
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.