commit | 3628138f4c6581d956a0562b324c6d8d640bb0eb | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Mon Sep 20 14:15:10 2021 -0700 |
committer | Sarah Chin <sarahchin@google.com> | Thu Sep 23 03:55:06 2021 +0000 |
tree | 06ac11b399333b422af3ff4b8200f9840a92e593 | |
parent | 3c63667abb5f69685b933025c1cea24c4fe61efa [diff] |
Add IRadio modules to VNDK Test: build Bug: 198331451 Change-Id: Ifdf60903e715cae26a06501aeb3c578f94d207fd Merged-In: Ifdf60903e715cae26a06501aeb3c578f94d207fd
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.