commit | cb867c9a9695cb6b14916e624df5fb049fc5c457 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Mon Mar 25 15:07:41 2019 -0700 |
committer | Chong Zhang <chz@google.com> | Mon Mar 25 15:07:41 2019 -0700 |
tree | 4ffe80cc34116c3d43d46c6dfa40b75ace56628b | |
parent | bc3ebf453a83617a44107c1fb2e2af91dc80886d [diff] |
Add libstagefright_omx_soft to vndk This is the base of all soft omx components, plugins only need to link this instead of libstagefright_omx. bug: 129272021 test: builds Change-Id: I7fcf03d23ab7ed93269532bab55c972585178ad5
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.