commit | 98f5e866608a2caf16ba74c32c984f2dec5bbe84 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Feb 12 13:12:47 2019 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Feb 12 14:00:38 2019 +0000 |
tree | e982259f7be59f91712f4c887e306c18ded858d1 | |
parent | 84f1ade63f7c0fb2a2709adf89505774f83d9206 [diff] |
Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system."" This reverts commit a81dad1bc46db7beac3e03de632eda2303bcf9e2. Test: build && atest android.text.cts.EmojiTest#testEmojiGlyphWebView on Cuttlefish Change-Id: Ie3c43830fc9a994ed35883abb8ca71d97bd5c44d
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.