commit | eab83032ae8ce85962757cdc5a02a67b315bd6d5 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Thu Sep 01 14:50:01 2022 -0400 |
committer | Anton Hansson <hansson@google.com> | Tue Sep 06 14:35:03 2022 +0000 |
tree | cb2f9cbb9f25e0ca3bcc7ea62f95c9e962a65727 | |
parent | 8b9539324ada9385310845e0e3053ee7c50a56ef [diff] |
add module_x86_64only product 64bit only systems won't load modules with mixed 32/64 binaries. We need a 64bit only product to build with. Bug: 205990590 Test: lunch module_x86_64only && m Test: vendor/google/build/build_mainline_modules.sh Change-Id: I906f6cd10882986c8182ed16916e07c0f0d8b32e Merged-In: I906f6cd10882986c8182ed16916e07c0f0d8b32e
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.