commit | e325f61525ccf56ef4e4ae60b56d9626de88f5f1 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Wed Feb 22 12:49:28 2023 +0000 |
committer | Ulya Trafimovich <skvadrik@google.com> | Fri Feb 24 14:09:10 2023 +0000 |
tree | 42d505045fef2c5d6fe00b06c3b101862ec102fb | |
parent | 1d35f905fdb9c792d930ab53d61d3f2bc8479b47 [diff] |
Disable dexpreopt for aosp_riscv64 dex2oat isn't supported for riscv64 yet, disable dexpreopt. For aosp_riscv64-user and -userdebug builds it is also necessary to relax the requirement that dexpreopt is enabled. Test: trehugger Change-Id: Ib84f1b40675783d286f4ff89d3c1daa9c7be710a
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.