commit | 998608d9e8a942185c033d0b25c582fba0f22e7e | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Fri Apr 27 17:23:12 2018 -0700 |
committer | Calin Juravle <calin@google.com> | Mon Apr 30 14:13:07 2018 -0700 |
tree | 6c1cd55b9dd4c76d537d9f1a16c4875ace81b515 | |
parent | 60216615f4d03defc38a12c9417175319e08870a [diff] |
Remove profman --skip-apk-verification flag This happens by default now. Test: make Bug: 73313191 (cherry picked from commit 25ef4c018aa050f55f2262a66c59c10bf99d474d) Merged-In: I5cc0efb656e1b44a161420c49250640bc9d702c5 Change-Id: I5cc0efb656e1b44a161420c49250640bc9d702c5
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.