commit | c3206159316a1d26536f36bba84354f6e8ae1202 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Jan 11 14:08:34 2023 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Jan 24 20:04:03 2023 +0000 |
tree | 93c3d3ec2ac4310c2263b95f5f037df4d33ef5f7 | |
parent | e61203da9cc00d0b93f62ba4d8b04f05a2a2f4b5 [diff] |
Set soong config variable TrimmedApex BUG: b/259381334 TEST: adbd banchan build with setting on and off Change-Id: I67220735f3a6cb35a8a8676b58e433d97223e428
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.