commit | ad0d7710fe54d136da867ca370a73d7718a2aeb8 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Wed Aug 31 14:02:36 2022 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Sep 02 13:15:05 2022 +0900 |
tree | e0f7b74a16e5977bcdcedf0e8dcb79ba21e081c1 | |
parent | 9050cd6d374208e769ebbcb239a7d6df01fdfe02 [diff] |
Replace dependencies from the Makefile to API imported modules There are some module definitions in the Makefile, which needs to be built with API imported module. This change replaces existing dependencies from the Makefile, to append suffix on the reference, so it can be linked to API imported modules. Bug: 243736650 Test: 'ALLOW_MISSING_DEPENDENCIES=true m halutil' succeeded. Change-Id: I12baa36e41c0c69228be5f0d08fb4c18eb8a22b1
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.