commit | fc3d31bcc4253123e87ea25c2fc185fe29317a51 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Nov 20 20:01:00 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Wed Nov 20 20:15:35 2024 +0000 |
tree | 85569206b5a52fbaa9c3b646e365377edf51a38b | |
parent | b4e183fbd7ec7f74a87777f37caddf5c51e68840 [diff] |
capture NoClassDefFoundError The generated code should capture NoClassDefFoundError, since mainline module could run on older devices. The catch should be replaced to sdk version check once the version is bumped. Test: presubmit Change-Id: Iba088848cbde5d395e41ac9b0f5bb84334bc0ca3
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.