commit | 2a03d646ca51eca25efa9d252e01d7ca807f43bf | [log] [tgz] |
---|---|---|
author | Eric Miao <ericymiao@google.com> | Thu Nov 11 05:04:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 05:04:44 2021 +0000 |
tree | 82b92eecd2c23018be12f790e88fca00f5ecef69 | |
parent | 3ac2ecaff6f72e65970fdb7defb2fe3b05d2d77b [diff] | |
parent | caddb0004f9a3b911f256c70e3084f8dd4e5a608 [diff] |
Merge "Add oatdump and dexdump to dexpreopt_tools.zip" am: 6f2d435d8d am: caddb0004f Original change: https://android-review.googlesource.com/c/platform/build/+/1883261 Change-Id: I5e8f59370d51845a84e2e4964ec63b88996785ee
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.