commit | a93e3d9985d7c9798634546a1d527d9e75b0eeec | [log] [tgz] |
---|---|---|
author | Sasha Smundak <[email protected]> | Wed Jul 28 14:34:33 2021 -0700 |
committer | Sasha Smundak <[email protected]> | Thu Jul 29 11:42:29 2021 -0700 |
tree | 46968bf4e8c7ba8e7d0093e3d12f3106def2eb1d | |
parent | c106138bafa3a77eb8b766268e308bf5b6447d45 [diff] |
Implement copy_files function Bug: 193540681 Test: treehugger Change-Id: Iffc64551e733747a9a29c14b1f674b3a533f44ba
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.