commit | 1edaca1af74db8db79706d80e94f9b1e12cdbfe4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 18 10:22:54 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Sep 18 10:26:49 2018 -0700 |
tree | 3dc6c770f3e23dc705455a57c60abae8fdef3196 | |
parent | c55b42358dc330f4904005060c5f9e74ce04db75 [diff] |
Add a missing closing quote in INSTALLED_RECOVERY_BUILD_PROP_TARGET. Missing that doesn't seem to affect correctness, but it upsets the syntax parsing in my editor. Test: `m -j out/target/product/marlin/recovery/root/prop.default` with aosp_marlin-userdebug. Change-Id: I272f6a6e4fe67b3ef316aa38896a0df0b42228d0
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.