commit | 66baeb523de0d5eeacfca3b60e01b16634713e8e | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Wed Jun 05 13:54:18 2019 +0100 |
committer | Neil Fuller <nfuller@google.com> | Mon Jun 10 10:50:51 2019 +0000 |
tree | cf43f26cf242b8dd7a658c241e527f2a668489b1 | |
parent | f64b664d6c192aba2e632f2e6340c7fea7939381 [diff] |
Add a host simulation of the tzdata module Sets up additional files so that host environments can now have a simulation of the time zone data mainline module in addition to the simulation of the runtime mainline module they already have. Bug: 132169989 Test: Treehugger only Exempt-From-Owner-Approval: Cherry-pick; already approved internally Merged-In: I43dadb150e359bbcb9da61e0187286ac6d38f7c2 Change-Id: I43dadb150e359bbcb9da61e0187286ac6d38f7c2
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.