commit | 89c09d9ab90cc639ddf6d105ac11216a6c1bdb81 | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Thu Aug 26 13:39:49 2021 -0700 |
committer | Yuntao Xu <yuntaoxu@google.com> | Tue Sep 14 05:17:45 2021 +0000 |
tree | be087008884b14eec2472c49a249e6c49832bb32 | |
parent | f72c0facd35dc29d71d9c8e5d25cc42cca2389e1 [diff] |
Add the cts-platform-version check Added the cts-platform-version check when the cts directory exists. Bug: 194402596 Test: manually modified the ifeq condition to check error message Test: TreeHugger Change-Id: I613ac5b5014dbf4e6202e1dbd1b6a92359817cf2 Merged-In: I613ac5b5014dbf4e6202e1dbd1b6a92359817cf2
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.