commit | d047f6968a90da0b523da1345e6a2ec3c164e163 | [log] [tgz] |
---|---|---|
author | Omer Osman <omerosman@google.com> | Sun May 01 03:24:22 2022 +0000 |
committer | Omer Osman <omerosman@google.com> | Sun May 08 06:46:01 2022 +0000 |
tree | b4592048c1a27693db490e74cdced9e93aeb5006 | |
parent | 5e3cd45b5c3141e94d2f9da9152aad76974df31a [diff] |
Update VNDK core to link to BT Audio HAL V2 library Bug: 226441860 Test: A2DP sink device using bds-dev Change-Id: Ib6dee1dbe7ef74762ca3a2b8d3382a76e6f5f005
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.