commit | ad503c265c8a916e853c409731d631f6d4db5e14 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Sep 07 19:43:41 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Sep 07 20:02:30 2022 +0900 |
tree | 26e893c18fb7cedcba85fd1178ff2579af3ad26e | |
parent | 7aad536922061e127ade0def733b36d66f844fa2 [diff] |
Check same vndk variants when builing vndk_package Since the vndk apex is introduced, same vndk variants check has stopped when building vndk_package, and it's performed only with checkbuild. Bug: 244654349 Test: m vndk_package Change-Id: Iee30b5df75565c024f93d40bc6eaa7a729c2e09c
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.