commit | f9be5eeb4442b90b17e737dcb57c8cdfaadf4d79 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jul 22 18:21:25 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Jul 22 18:37:02 2021 +0900 |
tree | 8565e2e36a5d6b83513c4df09f45aa992e413d32 | |
parent | 97aea02065535a1b93c194afaa1c5b8aa05984a0 [diff] |
cleanup: remove unnecessary steps in apex_utils `zipalign` before `signapk -a 4096` is unnecessary step since `signapk -a 4096` does the same thing. And, compressed APEX files don't need entries to be aligned. Bug: 193362313 Test: atest --host releasetools_test Change-Id: I0758d1162f7c3eb8cc9c73978b5ae5484f007a3a
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.