commit | fc97764dd5236a41feb716a7eb46b8b4406b0322 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jun 13 14:51:05 2018 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Jun 21 11:16:25 2018 -0700 |
tree | d4f4db0bdc27499a523abcfadd8d3a8d5609b7d1 | |
parent | 6d3acda9133772c08c8626d97651a32eb3133d88 [diff] |
Reland: Verify init scripts for correctness during build Relanding with change to not run on the darwin build since host init verifier is not possible there. Bug: 36970783 Bug: 110477913 Test: builds pass without failures Test: builds fail with failures in init files used via LOCAL_INIT_RC, PRODUCT_COPY_FILES, or TARGET_PREBUILT Change-Id: Iae93705a9320159ed97328e615eaa3bc150e6442
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.