commit | db13a58184785324fde32846ee95c11c740bd103 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Mar 28 16:31:26 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Mar 28 16:31:26 2022 -0700 |
tree | 34d34602b8ddbf347a3c8040e6f978f87f0ce8bf | |
parent | d1bb5919e3a068a8db566ef4b69fb9609c5c5c18 [diff] |
Add implementation of dir function mk2rbc was already emitting conversions of the dir function, but its implementation didn't exist. Bug: 227245326 Test: Manually Change-Id: I3348c022a0ff84e6d3a5be6b18e45c439f1db802
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.