commit | eee6e391457bf069501028445c3572984e9738c9 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed May 16 11:32:26 2018 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed May 16 18:32:48 2018 +0000 |
tree | 99392a604c0e8deb356da6c1e967fa9f74edaaf5 | |
parent | 4d432b54550e54d7bdda6d356a0a55dc8be27640 [diff] |
Add metadata/ to aosp_arm64 temporarily FBE needs metadata/ under root folder. Adds metadata to root folder before it has a final solution. Bug: 79572884 Test: Boot on some pixel devices + aosp_arm64-userdebug with the patch Change-Id: I5ef5763b755615dad4c8c711f9c9ef8987d3bb68
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.