commit | ab23a59c60530f608bf6abc9c92bca18ee7bb4e4 | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Fri Nov 25 11:17:57 2022 +0000 |
committer | Sorin Basca <sorinbasca@google.com> | Fri Nov 25 11:17:57 2022 +0000 |
tree | 1299a4862e171d8bbda5ee59993ed387550b7a14 | |
parent | c87d15adb8246fde0e037047234cf2993acc89aa [diff] |
Export all jdk.compiler packages for host tests Fixes: 260328928 Test: atest error_prone_android_framework_test:com.google.errorprone.bugpatterns.android.ContextUserIdCheckerTest#testDevicePolicyManager --host Change-Id: I6ff2893b906c6b7584183a608b377ddd93132873
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.