commit | 14a6101f53f803cd3003db865096e32aefdbcd89 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Wed Feb 05 16:39:00 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu Feb 06 05:38:13 2020 +0000 |
tree | f2c854c25278c7d30c188a99243c42b094c1da6e | |
parent | 86b453228687fa9d7d4a4020e466f3563af4e7ac [diff] |
Move packages from *_product.mk to *_system_ext.mk These apps have been moved from product to system_ext. Accordingly, they needs to be moved in definition mk files. Bug: 137908189 Test: m Change-Id: I0aba1343b0342887f4bc5bc1cff47f96d4803214 Merged-In: I0aba1343b0342887f4bc5bc1cff47f96d4803214
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.