commit | cc5c6a74eecb5ee1eeb56fb33134fb4fe3c5e1ef | [log] [tgz] |
---|---|---|
author | Ulya Trofimovich <skvadrik@google.com> | Tue Mar 28 13:15:35 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 28 13:15:35 2023 +0000 |
tree | d9186c62d8166cc08fb374096e296c832524fe0f | |
parent | ae7f543b7c95715f9df80671d4a89b90d48c108e [diff] |
Revert "Disable dexpreopt for aosp_riscv64" This reverts commit ae7f543b7c95715f9df80671d4a89b90d48c108e. Reason for revert: Enabling dexpreopt for RISC-V (there is still no compiler support, but dex2oat runs in verification mode and does not attempt any compilation with https://r.android.com/2510739). Change-Id: I0a6d0416bec51131f0a54c7ff5b0e194728452b1
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.