commit | 7772f4d6c2d47b663b70d66e13b423ad047b36b4 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Wed Nov 06 10:07:29 2019 -0800 |
committer | Marissa Wall <marissaw@google.com> | Mon Nov 18 21:26:50 2019 +0000 |
tree | c483287b4484d7360b552dd5b7b06e8c62e8e270 | |
parent | f96f2bf05b78dffc776a832eae07bb796c995f5c [diff] |
gralloc: add libgralloctypes.so to VNDK-SP Add libgralloctypes to the VNDK-SP. This library contains functions that encode and decode buffer metadata. The library will be used by by vendors and the framework. Bug: 141632767 Test: Compiles. Gralloc is tested through VTS. Change-Id: I2da3ae7539353654958eba802e8a6a4ef849d740
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.