commit | 59f77a724930ff3afac27e3c50a25fc48723d3cd | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Wed Jun 16 15:58:35 2021 -0700 |
committer | Sarah Chin <sarahchin@google.com> | Wed Sep 08 17:31:22 2021 +0000 |
tree | afe033c285baba3a7ada61f6bfae2180f2e3c77d | |
parent | d5b993bac75c13e37016720d6b59b4e3540d6c80 [diff] |
Add Radio AIDL to VNDK Test: build Bug: 198331182 Change-Id: I95d089fb23c4a3baa7f7a6c1435099f34a1af5a3 Merged-In: I95d089fb23c4a3baa7f7a6c1435099f34a1af5a3
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.