commit | 08c381b8b2aab3191400bfae5b3383ae22f59520 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Mon Jun 12 15:33:09 2023 +0100 |
committer | Ulya Trafimovich <skvadrik@google.com> | Wed Jun 28 13:58:30 2023 +0100 |
tree | e918fce508302225b7d6d91f0b238866f8ef6ec8 | |
parent | 59f99b31ebd16ebe0f93587b7813481f26225156 [diff] |
Add riscv64 banchan target. Test: banchan riscv64 com.android.art Test: build/soong/build_test.bash --dist -products module_riscv64 Bug: 271573990 Change-Id: I6aa8c51b1a1928b3da52a9345a8bfb84e3eb11d0
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.