commit | 4fc7e410fc70c9d240ec8cadbdfb0a6b0904b4be | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Wed Oct 16 10:06:50 2019 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Thu Oct 17 12:36:42 2019 -0700 |
tree | b594c5ab378bf4aa6bbb8c7069f3859d31a744fd | |
parent | f89f29d669387d0376b0594b0ee1a1447cd09906 [diff] |
Add libaudiohal to mainline system image 32-bit libaudiohal is used by 3rd party modules on the system partition which get loaded by client apps. In the long term, this dependency has to be eliminated, see b/142811260. Bug: 141989952 Bug: 142811260 Test: vendor/google/build/build_test.bash Merged-In: I41241922c7e48c5d8bf95363944932569cb20c0a Change-Id: I41241922c7e48c5d8bf95363944932569cb20c0a
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.