commit | 070bf54dce6b22ad51c3b0990cea6707c7c83311 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Sep 26 00:56:40 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Sep 26 00:58:38 2024 +0000 |
tree | bd1999f0d7eaf4cf4ce29268c454cc86d2a6d9be | |
parent | 1eabbba37de2ee15195db15b677c98f1f2a8503b [diff] |
Remove some entries from install diff allowlist These are 32-bit variants of some jni libs which were extraneously installed in the kati system image. Test: presubmits Bug: 369678122 Change-Id: I61586f35fc0f7726e3a0e628b85f2d8414777f92
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.