commit | de55429ad36435ed8aa78e5ecebf5d3618d4293e | [log] [tgz] |
---|---|---|
author | huans <huans@google.com> | Mon May 14 14:34:45 2018 -0700 |
committer | Huan Song <huans@google.com> | Wed May 16 22:02:46 2018 +0000 |
tree | 4a8ee710fefc4cc71d9196ab5041f6a1752a4bf6 | |
parent | 591617944544fb57f0c4b418397f28491f0ffa76 [diff] |
Add missing emulator vendor contents for treblizing aosp_$arch This change only impact emulator images. Test: Compare the system partition before and after this change, make sure they are identical. Bug: 79584197 Test: Boot success. Change-Id: I00427f663f068cc7ba9984e4facaff1b0c98b17f
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.