commit | 334ece99dd769135eb460bddbddf053d81fc7a13 | [log] [tgz] |
---|---|---|
author | Daniel Colascione <dancol@google.com> | Thu May 10 14:30:48 2018 -0700 |
committer | Daniel Colascione <dancol@google.com> | Thu May 10 14:39:20 2018 -0700 |
tree | 753a2eff21093f4a239b0d851e8e4f673335f0e0 | |
parent | 1defe63536fbdd7eb6ce6ec14feb94066d7bb4ba [diff] |
Add zip hint generation support to signapk tool Test: unzip -q -c myapp.apk.signed pinlist.meta | od --endian=big -w8 -tx4 Bug: 79259761 Bug: 65316207 Change-Id: I71c01ac24e93afe75f60697a9849e1dd35e1b49d
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.