commit | 3f2850e51aef58e5e10e01a873eeeb3c174bfb58 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Mon Nov 11 09:30:38 2019 -0800 |
committer | Jaewoong Jung <jungjw@google.com> | Mon Nov 11 09:30:38 2019 -0800 |
tree | bb9977e80aabe337562b618ae58ca81ad327d4bc | |
parent | 6cbbac5cec9bff648a6acfd1cec3e1adb55242f2 [diff] |
Add RENDERSCRIPT_BITCODE to misc prebuilt whitelist. Test: TreeHugger Fixes: 143091822 Change-Id: Iad763d4bfc9bc30f48a2ef786150cd510e55c8d1
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.