commit | 318dde33d3d52bd3f5ae694246d6cfb698339374 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Thu Nov 01 13:38:25 2018 -0700 |
committer | Peiyong Lin <lpy@google.com> | Sat Nov 03 15:01:17 2018 -0700 |
tree | 587038c865b332b7b68ec4c3cac32c68e541c48b | |
parent | 761b58065bdc484d16298349e90c42526491fc5a [diff] |
[GPU Service] Add gpuservice into PRODUCT_PACKAGES. BUG: 118347356 Test: Build, flash, boot, `adb shell cmd gpu vkjson` to verify Change-Id: Ib9a7d13817853da040c8c4059beca90418de4621
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.