commit | e1cee9a8df4d502bc7bdb9adaae312a565a4a05e | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Apr 24 14:05:49 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Mon Apr 27 22:44:16 2020 +0000 |
tree | 54d402bcc3b1a23ae69428623deda5651c0c203b | |
parent | 04735a8ef239248756e310c2fa841f77a0cdf636 [diff] |
Clean up static_whitelist_patterns $(HOST_OUT)/% is not necessary anymore. Bug: 148993225 Test: m nothing Change-Id: If2551283ebb6c516c029d1c04aebe25661bc6a1a Merged-In: If2551283ebb6c516c029d1c04aebe25661bc6a1a Merged-In: I7503c007c3e786b0cab26ea1422f0d4ba5a40662
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.