commit | fccb79eba9b0fa4eb86e1cfd7c1479fdf0d58378 | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Thu Mar 30 17:39:30 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 30 17:39:30 2023 +0000 |
tree | c7ec44497d5066f13f8615b2347c6a9b3431a110 | |
parent | 39bca0748a83501fca39cb04da072af5ab7f30cf [diff] | |
parent | 8cc53f284ed9a6c8c24e3ecc15bfc980d4220195 [diff] |
Merge "Keep methods annotated with @JavascriptInterface" am: f43f66335a am: 8cc53f284e Original change: https://android-review.googlesource.com/c/platform/build/+/2510958 Change-Id: Ib3d6e18170ace3bfc66fa1e114800a1b853bb13e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.