commit | c52de423af0fed7efd010b930cda6958897eda81 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed May 16 09:50:42 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed May 16 09:56:58 2018 -0700 |
tree | 2987e6b334e8cf4bba73af35755f024505014352 | |
parent | d350b16d507ca1fc2b758af51e34cbc0878969bb [diff] |
Move back to using COMMON jars for preopt dependencies There are too many problems when using the stripped jars. One of them being that the OatFileAssistant can't open the dex files since the dex location stored in hte oat file is the system partition one. Bug: 67345922 Bug: 70934104 Test: make Change-Id: I3812471330ec1d2e3a435f42a3e975de750004ff
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.