commit | adbafe0a7cb9eb2ae47f5aac62f74d64afe21583 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Nov 16 16:06:33 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Nov 16 16:36:50 2018 +0000 |
tree | 1df91e9deca5ad681557acc46650ea3e80782971 | |
parent | 4c969fa22aac4102a2d75095027422ff88f6dc87 [diff] |
Add BOARD_USES_SYSTEM_OTHER_ODEX := true to mainline Likely not the final setting we'll settle with for this device, but brings mainline_system builds closer to the device builds it's targeting. Bug: 80410283 Test: build mainline_arm64 Change-Id: Ib672d1a060d0ad6a4e1faa210461bbbbaf6f2bc6
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.