commit | 3ac95b53f4f47e1c2c0c00199d56b064d759b41e | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Thu Oct 04 02:14:54 2018 +0000 |
committer | Bowgo Tsai <bowgotsai@google.com> | Thu Oct 04 04:35:55 2018 +0000 |
tree | 08a329217b8a14c7dfa904fa5877b6ae207e154c | |
parent | 6924b25729541cba612241aebbd491aae51a2f43 [diff] |
Revert "Fix build error for sdk_gphone_x86_64-userdebug" This reverts commit 6924b25729541cba612241aebbd491aae51a2f43. Reason for revert: with the following fix, this workaround is no longer needed. https://android-review.googlesource.com/c/platform/build/+/762663 Bug: 112322265 Change-Id: I07363f6a5aa1697b6f7702343f3120e1049f07d8 Test: build sdk_gphone_x86_64-userdebug
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.