commit | d373f6870099a276d6b170764aefdf0d62427529 | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Tue Sep 24 08:24:40 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 24 08:24:40 2019 -0700 |
tree | 7e9ce3e3335cc8a85064623280d0eca95d6a2e36 | |
parent | 67b4485ee7a50cd296a48c929f9272c3aac2da36 [diff] | |
parent | 465946c5a83e6e5136d14e9bc34581a1f06c607a [diff] |
Merge "Add libneuralnetworks_packageinfo to dependencies." am: 465946c5a8 Change-Id: Ib9aa9530b321dd09990f7a69ce9adfb34d57d450
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.