commit | 6c52bb0d332a377e28f93a523b58e54cce7be2a6 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Jun 08 14:48:39 2018 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Jun 08 06:19:44 2018 +0000 |
tree | bea441ebbb9dd7fc63a50b0a91ea2bad8acfcb1c | |
parent | 87d8dc4d4e3797d5867a4f4eff5f3add6fe7bd07 [diff] |
Include VNDK snapshot for 32 bit binder Use the VNDK sanpshot that matches the version of the target binder. Bug: 74362637 Bug: 80450527 Test: m -j vndk_snapshot_package Change-Id: I7d540654c9554f9d8a1feaec5eb441389d3960cb
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.