commit | 500671f61cdea23987a7ca55125675f260069c65 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Mon May 16 15:09:55 2022 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Fri May 20 16:21:46 2022 +0100 |
tree | e0b7def4086b3a834d9b9228e24a00675524eb65 | |
parent | 266225ccb2ad128258a975445bc3cb6b30e3f11a [diff] |
Add a doc about `dex_preopt_check`. The doc lists some possible causes of a `dex_preopt_check` error, which can be useful for developers to understand how to debug the error. Bug: 232542678 Test: m nothing Change-Id: I2e9868a6a470e41e8c3743c045e0cf4cf7367efa
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.