commit | 25065c44ccce11172ad769f9f7b52aa3938109cb | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Jul 04 08:46:32 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Jul 05 20:38:01 2019 +0900 |
tree | a34b6437ef7465ed1704fc276c7712166a178747 | |
parent | 9547929af43eeb48e4f766daeb822d8d89416691 [diff] |
Do not allow building product_services image product_services partition is designed for the test purpose only. It must not be included in the target devices. Bug: 134359158 Test: Build configuration for product_services partition must return error message. Change-Id: I6f8cdf73d18ad3174c7b31edb5d5ee10df75a776
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.