commit | 527591f248ff1f4e7924b8aa58dc0c1395961503 | [log] [tgz] |
---|---|---|
author | Szu-An Lu <szuanlu@google.com> | Mon May 08 05:01:54 2023 +0000 |
committer | Ryan Zuklie <rzuklie@google.com> | Mon May 08 21:20:13 2023 +0000 |
tree | bb065e150ff41f8f4224bd246384519ce66114f9 | |
parent | f47363caf5447f48d5b77fbc516a99d480bac4f1 [diff] |
Revert "(reland) Remove emulator dependencies on non emulator ta..." Revert submission 2576824-aosp-no-emulator2 Reason for revert: build fail Reverted changes: /q/submissionid:2576824-aosp-no-emulator2 Bug: 280698810 Change-Id: Id033198251c10bbe774436837e4cddb527062155
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.