commit | e9af70ad6860fed79c5b82260427e36c6ba5277a | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Thu Apr 15 16:39:22 2021 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Mon Apr 19 22:31:01 2021 +0000 |
tree | 4dc2952f13e2fdde33c8aa3bc2296f5eea4e379a | |
parent | 06b891d2bd11b88f809e0ce95c8e3db05f9b751a [diff] |
Performs basic APEX validation in the merged target files package. Uses apex_utils.GetApexInfoFromTargetFiles to find and parse APEX files in the target files partition dirs. Raises an error on failure to parse or duplicate package names. Bug: 177225446 Test: releasetools_test Test: Create a merged build that provides the VNDK APEX on both vendor and system. Observe failure. Change-Id: I1356e263b7b32d6063129e079f3ba7ab4ff132a7
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.