commit | 9020c2323b6e45c74e9b959d8fa9e4234eaf6fb3 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Fri Jun 01 14:11:15 2018 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Fri Jun 01 14:11:15 2018 -0700 |
tree | 2c48277c5a3fda2e543d6d3b6c2e892420b924e9 | |
parent | 2a801b3cd7fa185225f15877d00b48830ebb8eaa [diff] |
Skip copying files from LINKED to PACKED directories. When stand-alone relocation_packer is not used, use the LINKED file and skip the copy to PACKED directory. Test: make checkbuild Change-Id: Ia1e5d1cd22ca6dfb68e406ffdcbb367b4d07d437
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.