commit | 60da88da55bc0a75c7b690b37c2dfe9824b5dc82 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu May 07 18:47:16 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Wed Jun 03 18:27:42 2020 +0800 |
tree | c5442d30d6d62e7f14573bc0694792f9e7ac731f | |
parent | 1b8283358e757de930fdef24055b7086894d07bd [diff] |
Make required modules support :32 and :64 suffix Support specifying bitness of required modules with :32 and :64 suffix, like in PRODUCT_PACKAGES. Bug: 155869107 Bug: 129323707 Test: TH noop Change-Id: I47d523e4e57cb8a99629fd241a16069c0be55903
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.