commit | 91bfcc3d3c5285cc4e75e023bf4d17e29cf9dd1d | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Wed Dec 19 16:25:27 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 19 16:25:27 2018 -0800 |
tree | 7c91faa6af003be17f8db8c913f71a15bc539231 | |
parent | c0d32a6eb723c88c9207701d4b241c9e180da053 [diff] | |
parent | 3f95d38e052099ded73f4b055e260321f21bc905 [diff] |
Merge "Log only errors when invoking veridex." am: 17e9a79fb0 am: a56b6fb49a am: 3f95d38e05 Change-Id: I3d9bbb01bed418951e2ff7d28f7e58561df0a6a0
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.