commit | 8b9539324ada9385310845e0e3053ee7c50a56ef | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Thu Sep 01 13:38:00 2022 -0400 |
committer | Anton Hansson <hansson@google.com> | Tue Sep 06 14:34:27 2022 +0000 |
tree | b7a94b7b7bcec029c2e3a1e29f5ca06f94cb1153 | |
parent | 7aad536922061e127ade0def733b36d66f844fa2 [diff] |
add module_arm64only 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_arm64only && m Change-Id: I050a673bfa95978e624e64004089fe7a2b8e0a95 Merged-In: I050a673bfa95978e624e64004089fe7a2b8e0a95
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.