commit | c27df2b71b7f51e409364fe3c53689f0ce8704f3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu May 10 12:35:56 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Fri May 11 02:23:07 2018 +0000 |
tree | f0de32d034eda6476a8633468b158c6ad0cd7a2d | |
parent | 8b170358bab93f9ee728b9edfe5f4e0ec113ac9a [diff] |
Fix a missed rename to my_proguard_sdk_raise Patch Iaf5853361767f0ea3e9ad4ec908aadd72d639c79 missed one rename of my_support_library_sdk_raise to my_proguard_sdk_raise. Test: m checkbuild Change-Id: Ie3d4536bd80654a7eb4f209ef6d6a8de502a6cdc
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.