commit | f36ea80ea3daca7e84cd20f86b2159b7553afca0 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Jul 30 17:26:43 2021 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Jul 30 17:33:50 2021 +0800 |
tree | 58dfbbfd51f341fabccaeec3663b20eecfa76e37 | |
parent | cba3ec7818793f2edc5bd1ce8693942292a379fa [diff] |
Move init.vndk-*.rc to system_ext/etc/gsi Orgianlly, init.vndk-*.rc are placed under system_ext/etc/init. `init` always run all thse .rc files. The patch move these .rc files to system_ext/etc/gsi to avoid the problem. Bug: 185457479 Test: build gsi_arm64-userdebug; check the files under system_ext/ Change-Id: Iee67d6e2e872cf3cb1dd1014925ed0249c1e7e2d
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.