commit | 693dc9a53fe363e4917a7470ec58e67f242e3e69 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Tue Nov 27 18:51:42 2018 +0000 |
committer | Kevin Rocard <krocard@google.com> | Sun Dec 02 18:21:11 2018 -0800 |
tree | b7b5c2fde8ab0df19b6e4c0a3f0e4c1dd49b0d35 | |
parent | 58b7f7480f0510ba15d2f40312aee14b32741893 [diff] |
Audio VNDK: add V5 HIDL libraries Bug: 118203066 Test: compile Change-Id: I830f9fac7a3a99f06b2112ae844bf7b3f6ad2888 Merged-In: I830f9fac7a3a99f06b2112ae844bf7b3f6ad2889 Signed-off-by: Kevin Rocard <krocard@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.