commit | c2286015afae5128c2516aa6fa596b51346dae29 | [log] [tgz] |
---|---|---|
author | Changyeon Jo <changyeon@google.com> | Mon Feb 03 18:57:11 2020 -0800 |
committer | Changyeon Jo <changyeon@google.com> | Mon Feb 03 18:57:11 2020 -0800 |
tree | e0388139233594c1eaf05c02281ed51b56fc961d | |
parent | d176ccf946c0187b40996079af3e9250044e5909 [diff] |
Add libbufferqueueconverter to VNDK Bug: 147010694 Test: m -j Change-Id: Iea9bf17b8a0e45743f36c5ca85df7fe96a14d79c Signed-off-by: Changyeon Jo <changyeon@google.com>
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.