commit | 288ec50c08295caef52135a810bb3428d481746b | [log] [tgz] |
---|---|---|
author | Amin Shaikh <ashaikh@google.com> | Wed Jan 30 14:18:36 2019 -0500 |
committer | Amin Shaikh <ashaikh@google.com> | Wed Apr 03 21:45:44 2019 +0000 |
tree | 018a5ccdea52ea8b99e7a064654cc076bddad3bc | |
parent | f6201b0a2952e62b4d077c57a97a7d758a67bb3d [diff] |
Remove Arvo/Lato/ArbutusSlab/Rubik fonts from all product targets. For OEMs that would like to include these fonts, feel free to include them in product targets outside of this project. Bug: 123701811 Test: make Change-Id: I641477e24155e3e1c0a97f484a500aa155b1a9c4
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.