commit | ece9324bed6a618a5fe4f2ee88183a9a1eab9720 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Tue Apr 24 18:34:10 2018 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Mon May 07 13:44:30 2018 +0800 |
tree | 531c90674445f914e35bccb9abbfea718ae5fef8 | |
parent | b17f384dd74f42f68ae1f20091fdb67cce1dc0d7 [diff] |
Add vr_hwc to GSI Bug: 78308559 Test: Check the /system/etc/init/vr_hwc.rc and /system/bin/vr_hwc are built into system.img Change-Id: I84ac8149d1bccaff0451f4a4ae679853d6625976
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.