commit | 4c9c891fc47e330e5fc8dcdf828bd7b516aced63 | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Thu Oct 08 16:17:36 2020 +0100 |
committer | Pete Bentley <prb@google.com> | Fri Oct 09 08:42:13 2020 +0000 |
tree | 786e049be8fb3e6700329da959ce3b0b86fa8c34 | |
parent | f07902e84fcef578e99215a0928a810cec182b3a [diff] |
Add clean step to remove Soong's host copies of libconscrypt_openjdk_jni.so An ABI incompatible change along with inability to express the JNI dependency can result in build failures, see b/170311371#comment8 for how to reproduce. Tested by using that repro and verifying this clean step fixes it. Hopefully the path being removed is correct for all host platforms. Fixes: 170311371 Bug: 170389375 Test: As described above Change-Id: I95ea952bf31d8e9caa8c42d21f2db1968cbe9097
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.