commit | b930d1d397e54cffe3dd90e4b680bfddbc226ab7 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Jun 22 12:18:28 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jun 22 12:58:31 2018 +0900 |
tree | 15d3228f3ee77b67fe9be299ebfe2367dc4ec737 | |
parent | c0f738c974ea94f59d83c90afaa0cfccfe71440a [diff] |
Don't check the vndk lib list for 64-bit only product vndk-check-list check can't be done for 64-bit only product. Some VNDK libraries (libstagefright_codec_*) are 32-bit only and thus not built for 64-bit only product. As a result vndk-check-list always fails on such device. Suppressing the error until the codec libraries are built with 64-bit. Bug: 110429754 Test: m -j on hikey64_only Change-Id: I240ceee3fd0a778e47904ed44a1964084f354141
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.