commit | 527c295cf5336b3e8ddf5dbdbc98bf567d1a3b21 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue Jul 24 17:13:01 2018 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Tue Jul 24 17:15:54 2018 -0700 |
tree | 83acd4b9c6dad17926cafa0fea9e52dcddb06574 | |
parent | 28af1e74844d9b9eb4a4c1136bb24c32022d2491 [diff] |
Fix the broken build: aosp-master/sdk_x86-sdk metalava-api-stubs-docs_annotations.zip needs to be added as part of sdk.atree dependencies. Bug: b/78245848 Test: make -j80 PRODUCT-sdk_x86-sdk sdk_repo; and check ninja file. Change-Id: I6be5d59c6f91a519f8d16ff273daa35c349d18aa
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.