commit | 893fca6e4634dbb4f093fced955970fcb44acb31 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Thu Dec 28 16:00:10 2017 +0900 |
committer | Jae Shin <jaeshin@google.com> | Thu Jan 04 10:23:10 2018 +0900 |
tree | 9ca02561d7209bde3c7203ebfc4d5a41ddb1f706 | |
parent | 77c07dd6d0776f4b85d27f4d20af9019228b2cb9 [diff] |
Additionally package TARGET_2ND_ARCH variants Redefine VNDK snapshot top level dir with $(TARGET_PRODUCT) and additionally package TARGET_2ND_ARCH build variants of libs since they are needed by 32bit processes running on a 64bit device. Test: m -j vndk dist Bug: 71370248 Change-Id: I8c6953f1b52b61caf413559bab56b294479b6d86
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.