commit | 001150ed06ebdced336192e2d97f8fb9ee965a49 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Fri Jun 07 14:51:14 2019 +0100 |
committer | Neil Fuller <nfuller@google.com> | Mon Jun 10 10:58:13 2019 +0000 |
tree | db10eec9462ef274ddca84f86f83e4ced4c9d704 | |
parent | 69324709f867d6a93859d2f68b3be943e06c8ec3 [diff] |
Remove a host simulation of the runtime module Removes simulated runtime mainline module time zone data files now that they are no longer needed. Bug: 132169989 Test: Treehugger only Change-Id: I8b9665d4b8896d78bf4784d669c86d10dbef54f9
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.