commit | 8d17b05fe0cb47698f1cb31bb933a6f6724ca730 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Nov 04 13:23:43 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Nov 14 00:49:03 2019 +0000 |
tree | 1cee8a11d0c6dfb36f4a72a555b4a1be8a44a5a0 | |
parent | 3c697d59fb583563bf7425ca5e93444c7653507f [diff] |
Add /persist symlink to mainline_arm64 Since /persist is a SoC specfic symlink, it must not be included in the root directory. For this reason, we already moved the directory under /mnt/vendor. However, there are still many modules that are using the old path /persist. Until we clear all these violations, we need to have the symlink in the root directory. Bug: 143732851 Test: build and check boot and basic functions Change-Id: Iaee28ba29f79f1c286e090f97173e3196d2fc823
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.