commit | aa7b03b97056bbdcedb52de80a56615f500f753a | [log] [tgz] |
---|---|---|
author | JaeMan Park <jaeman@google.com> | Mon Dec 07 16:00:50 2020 +0900 |
committer | JaeMan Park <jaeman@google.com> | Wed Dec 09 13:30:51 2020 +0900 |
tree | 648c854853d2837af0b2d500359adb54307052d0 | |
parent | 254051146c27ca6abe4aeb4108e24a393135db20 [diff] |
Add java_sdk_library enforcement flag verification Raise build error when PRODUCT_ENFORCE_INTER_PARTITION_JAVA_SDK_LIBRARY is true while BOARD_VNDK_VERSION is not set because PRODUCT_ENFORCE_INTER_PARTITION_JAVA_SDK_LIBRARY doesn't have any meaning in that case. Test: m nothing Bug: 168180538 Change-Id: Ied2f99763a7cce7674ad50867403a66b18968071
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.