commit | 123f8e73ed608bc8871b2b64b9bf62316935e5c4 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 29 16:25:49 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 29 16:25:49 2018 +0000 |
tree | 083d711930fce88d4bd50075b358bbda43b4164f | |
parent | df45f28a82770c6083aaa3f94776382c0ac3d858 [diff] |
Add vendor restrict to mainline targets Prevents additions of non-aosp artifacts to these products. Bug: 80410283 Test: lunch mainline_arm64; m nothing Test: lunch mainline_system_arm64; m nothing Change-Id: Id12a77bd7f4cc9917aecbca76e8a2842d7c77613
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.