commit | 063e91a83a5c3eebe25f21b429a2f9ab6921ff05 | [log] [tgz] |
---|---|---|
author | Felix <google@ix5.org> | Fri Aug 30 22:27:18 2019 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:24:14 2020 +0100 |
tree | 35c146869ee8d4489137385eeb94adf688828234 | |
parent | d21519dfef4dae2f77e5c29bdd59c7aa5044e069 [diff] |
check_boot_jars: Add CAF IMS to whitelist Fixes: Error: /srv/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes.jar contains class file org/codeaurora/ims/ImsMultiIdentityControllerBase$MultiIdentityBinder.class, which is not in the whitelist Error: /srv/out/target/common/obj/JAVA_LIBRARIES/telephony-ext_intermediates/classes.jar contains class file org/codeaurora/internal/Client$1.class, which is not in the whitelist (The error only pops up when using "make dist") Change-Id: Ie16fb539c53d59a9e8ca44a974e4c2259fdeaf05
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.