commit | 44b714b7ca1512cc14e435669a21bf633b8edd55 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Nov 02 14:42:08 2022 +0000 |
committer | Dennis Shen <dzshen@google.com> | Thu Nov 03 17:39:04 2022 +0000 |
tree | 9d247eb06f47d7dc3673768a6978f168af1d917f | |
parent | 4b9babc12cd8b616f13c7fa511e60d441d449438 [diff] |
Update deapexer extract call with more input BUG: b/255963179, b/240288941 Change-Id: Id7f5eb20e4c6f3c3e793860389f4be48f4f3938f
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.