commit | ffdbab3ff3d7108dbe644ef6d0faeb1bee3bfd50 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 17 20:25:21 2018 +0000 |
committer | Colin Cross <ccross@android.com> | Mon Sep 17 20:25:21 2018 +0000 |
tree | bb857624c5c4040440b105b24de7d9e68a69f3c6 | |
parent | 6c4578b64e02ee9e5524ac963c87fbcf838b73ef [diff] |
Revert "Add VNDK v28 to GSI from Android Q" This reverts commit 6c4578b64e02ee9e5524ac963c87fbcf838b73ef. Reason for revert: breaks unbundled app builds that don't have prebuilts/vndk Bug: 113560265 Change-Id: I7c067fda1a369c67866eb8f327eb61170bb26533
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.