commit | b353eda0c0eddc6262e0343f34ff431febd1654d | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Oct 21 23:09:13 2019 +0100 |
committer | Roland Levillain <rpl@google.com> | Thu Oct 31 16:09:02 2019 +0000 |
tree | dfe48544867bfe41326c4723ee18a714c92572aa | |
parent | c7c4a766f094ed9f7449539f93c2c278a967af35 [diff] |
Implement APEX JAR (Java library) absence checks for Core Libraries. Refactor existing native library checks to share common logics. Test: Check that `m installclean && m systemimage` succeeds Test: Check that `m installclean && m libart && m systemimage` fails Test: Check that `m installclean && m core-oj && m systemimage` fails Test: Check that `m installclean && m conscrypt && m systemimage` fails Test: Check that `m installclean && m libart core-oj conscrypt && m systemimage` fails Test: Check that `export OVERRIDE_TARGET_FLATTEN_APEX=true \ && m installclean \ && m systemimage` succeeds Bug: 142944799 Bug: 128708192 Bug: 113374338 Change-Id: I703a837c6bb138af73eeb95fc08e1a87af2d8ad7
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.