commit | dd1fd797289e7f6280105588f9e0480ef41beebb | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Thu Oct 13 16:30:47 2022 -0700 |
committer | Jared Duke <jdduke@google.com> | Thu Oct 13 16:31:45 2022 -0700 |
tree | 41862a0f25323c98c51a26f263594e95bc74acf6 | |
parent | 1c5f813bf0ece71587acf5d8f71f14194046d7e8 [diff] |
Ensure line numbers are preserved in default Proguard config Explicitly keep the `LineNumberTable,SourceFile` attributes, ensuring positional information is preserved for stack traces. While this isn't required in R8's Proguard compat mode (still the default in soong), it is needed for R8's full mode or when optimizations are enabled. Bug: 215530220 Test: m Change-Id: If1994e92f694c1a82317d79267714ad8114f3d99
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.