commit | c91284dcd8ade4546375537e24bfee430d63b740 | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Fri Oct 05 16:58:14 2018 +0800 |
committer | nelsonli <nelsonli@google.com> | Tue Oct 09 14:46:40 2018 +0800 |
tree | 09c86ae978a84190536d8c0cc9aa211c975b54f2 | |
parent | 3f7223984c7cc6498a6ac73a597271283ae71ea8 [diff] |
Build System: Ignore copies in copy-many-files if src == dst BUG: 117224272 Test: 1. Modify build/core/base_rules.mk Add the following line after line 617 $(eval my_compat_dist_$(suite) += out/a:out/a)) 2. touch out/a 3. make -j BluetoothInstrumentationTests 4. It should build pass without any dependency errors. Change-Id: I40372eab5b74e042f605c3cb38e72942531ed69a
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.