commit | 5dc3475d5d6fda12df3f2806753987cd6c4cd06b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Aug 28 12:32:45 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Aug 28 13:51:52 2018 +0900 |
tree | 770ce0c4f59de92a60175d8228c1396b98ae452d | |
parent | c247436e2f02fce52359c1a2c56fde26c65f18ad [diff] |
Native modules installed to recovery are marked as native:recovery This fixes a bug that platform module (native:platform) can link to a recovery module due to the fact that the recovery module is also labeled as native:platform. Fixing the bug by setting the link type correctly to native:recovery. Bug: 113277544 Test: m -j Change-Id: I88fe0a9d958f2269cf9f9ebc205b2da8c6a761a5
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.