commit | 0328e326210604fd8e684d0fb5d354f5a34eaf3a | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue May 24 15:47:40 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue May 24 15:47:40 2022 +0000 |
tree | 783164994cc6b5961c934c88a4ad4cb4b777bdbf | |
parent | a3dc792131ff339aade9a44704cd3df095072dfa [diff] |
Change default arch for banchan to arm64 Devices that only support 32-bit are very uncommon. Default to the arch that module authors are most likely to be using. Test: banchan com.android.sdkext | grep TARGET_PRODUCT Test: banchan com.android.sdkext arm | grep TARGET_PRODUCT Test: banchan com.android.sdkext arm64 | grep TARGET_PRODUCT Change-Id: I31734660318eabbe3279214980b5cdecb55ab80b
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.