commit | 825770ebadc704c84ad656cc706a0264d5a8a2d1 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jul 31 11:31:30 2018 +0100 |
committer | Dario Freni <dariofreni@google.com> | Tue Jul 31 15:15:27 2018 +0100 |
tree | 7bfe434f5ae558452848fa766f807a30f2f38b50 | |
parent | 6e5b55bf7f33a111506d986ad9aaf0bc5221e735 [diff] |
Do not run veridex on unbundled app builds Unbundled app builds do not build the framework, only apps against the prebuilt public API. Running veridex from the local tree does, however, depend on the framework to generate the list of non-SDK APIs. Disable veridex on such builds and remove appcompat.zip from artifacts. Test: make ANDROID_BUILDSPEC=vendor/google/build/app_build_spec.mk Change-Id: I16289adc7fc660109d61260e8a49e992228e727c
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.