commit | 0cc202e8fbb6a32f84855e8ce1bebc8cd6da248d | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Mon Nov 11 19:35:55 2024 +0000 |
committer | Jerome Gaillard <jgaillard@google.com> | Mon Nov 11 19:41:00 2024 +0000 |
tree | 6d0c89fd435ace0b097c8c9f9d258f4e44e1dd26 | |
parent | bfa0a82d3da7d4e4bcfbfe2b438ee42a67962bc7 [diff] |
Add hyphenation files to layoutlib data dist files This copies the hyphenation pattern files needed by layoutlib to the set of artefacts for the layoutlib build. Flag: NONE host-only change Bug: 353457304 Test: m layoutlib Change-Id: Ic0cb8d53d3877df13fbacc256bf9c89c95f50455
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.