commit | 3451e0ddf28120ac2ecd472a9d235261fa7be6bf | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 01 00:22:26 2018 +0000 |
committer | Colin Cross <ccross@android.com> | Thu Nov 01 00:22:26 2018 +0000 |
tree | fbde76bf73043911d733efae6776607a5482cd64 | |
parent | afc4604f6731f0d427dc48e3996d4ba3ffe9297b [diff] |
Revert "Create bundle modules suitable for bundletool" This reverts commit afc4604f6731f0d427dc48e3996d4ba3ffe9297b. Reason for revert: zip2zip fails for multiple resources with the same name in different directories Bug: 117295826 Change-Id: I807dffdaced999b5514ff49fb732a461c1fc90a2
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.