commit | 3ce7ea968f6192e7c267be0374e459143394a921 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Fri Feb 05 12:13:43 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 05 12:13:43 2021 +0000 |
tree | 001796a32193a74e3c41732e3a96bfc4e6bc55ef | |
parent | 7d8e95506e23ac18e117f8efacb8903131c7428d [diff] | |
parent | 14bd7995f9a04d4433307eb426f1f7e681b4e5d0 [diff] |
Merge "Don't patch build path to DEX jar in dex_preopt_config_merger.py." am: 966928196d am: 14bd7995f9 Original change: https://android-review.googlesource.com/c/platform/build/+/1574724 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5ac9c36c47133a086bdbb729829f64e8433be6d4
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.