commit | 8b727765111bde78d1b1174e0ed54db819605dd8 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Sep 04 12:40:13 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Sep 16 16:30:35 2019 -0700 |
tree | d18a46179a00d4df3a2e7b77be58fcbcd5af1938 | |
parent | 979c9f3117a3ee1d963bba463c772f682e086343 [diff] |
extract-kernel: Fix indexing The original script always tries to extract from index 0 even if header is found in positive indices. Fix that. Also, continue to try other positions if previous run failed. Test: builds Bug: 139348603 Change-Id: Ia54fc709de9ae587fc64b59d94a1fa4ae669c14f
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.