commit | f36de45bf86b630db2ce68d0658186ea55289d8b | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Wed Mar 27 18:53:40 2019 +0000 |
committer | Chong Zhang <chz@google.com> | Wed Mar 27 18:53:40 2019 +0000 |
tree | 4ffe80cc34116c3d43d46c6dfa40b75ace56628b | |
parent | aabadd18ae11d638b7f39042ab53c5b4d44a01c7 [diff] |
Revert "Revert "Add libstagefright_omx_soft to vndk"" This reverts commit aabadd18ae11d638b7f39042ab53c5b4d44a01c7. Reason for revert: Reland Change-Id: I02dee8cd07283f484efa48265495fa3839701d50
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.