commit | dfcba32e5f4322dfbbfcf5ca449599e4ddc4f3ef | [log] [tgz] |
---|---|---|
author | Pawin Vongmasa <pawin@google.com> | Fri May 03 15:49:53 2019 -0700 |
committer | Pawin Vongmasa <pawin@google.com> | Fri May 03 15:49:53 2019 -0700 |
tree | d815775b49559ba3653be441413420418e23cea9 | |
parent | c2bbeae7975fd3eb0d4eac02e0cd3df26f1f91a4 [diff] |
Remove libcodec2_vndk from vndk Test: Builds Bug: 128894663 Change-Id: I46d97a35d992ce3ea10bbb4149e66c049f69984c
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.