commit | 96f41f56defc5d920c037c69d0f8b4dd6f7bcb35 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Oct 28 14:54:42 2024 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 29 13:48:55 2024 -0700 |
tree | 30c843e43aab074c2fa84ddcb48dc0f70c8792c1 | |
parent | 51bca98727ca51d1b41059bdc510270b29c7d849 [diff] |
Remove TrimmedApex product variable PRODUCT_TRIMMED_APEX is never set. Test: builds Flag: EXEMPT dead code removal Change-Id: I7cc6da70b5eb2a6e191df726061693870b0e7088
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.