commit | 952f59cccde14971c9199d2f906ddd82dff5e6dd | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Thu Nov 05 06:30:52 2020 +0000 |
committer | Paul Scovanner <[email protected]> | Thu Nov 05 06:30:55 2020 +0000 |
tree | 3c16b0befd94e337ce3e023227dd8de7146e053b | |
parent | a7beb10933218c347b67aba9c0a7c2c53d36acf1 [diff] | |
parent | 47ba91cd62e20c0f1d0e03ca1df6abb97c7c9cd9 [diff] |
resolve merge conflicts of 47ba91cd62e20c0f1d0e03ca1df6abb97c7c9cd9 to qt-qpr1-dev Update Security String to 2020-10-01 Bug: 163542576 Change-Id: Ib3ea041e914229da60487137b385933f31238089 Merged-In: I4973247ab66704c16446c47c6fd830a21ea2504f
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.