commit | ea077e08bc2e7050fc27d9e43c5ceb13be01d150 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Fri May 17 18:33:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 17 18:33:34 2019 -0700 |
tree | 30d9cbd4ce2e23467fc54aa1876c171055278584 | |
parent | 4f9fc277a96670dee762df9cf96469520802e723 [diff] | |
parent | 8db34a5c9192907500243b61483d6c46fa7e34d7 [diff] |
Merge "Remove a few libs used by soft omx from vndk" into qt-dev am: 8b6b22e593 am: c102e88864 am: 8db34a5c91 Change-Id: I1d78a7860c57886c35b5d79b1da608f7c0d7e7ea
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.