commit | 2efa9ddbfcdde79661058c3b0a933290865b1ba3 | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Thu Mar 30 19:01:38 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 30 19:01:38 2023 +0000 |
tree | 6fa8915de9e709ee6c5b3eb1ea5546920883a7e2 | |
parent | 9b507330eb7ff1287a4a34a504ea1698781d417d [diff] | |
parent | fccb79eba9b0fa4eb86e1cfd7c1479fdf0d58378 [diff] |
Merge "Keep methods annotated with @JavascriptInterface" am: f43f66335a am: 8cc53f284e am: fccb79eba9 Original change: https://android-review.googlesource.com/c/platform/build/+/2510958 Change-Id: I8e6971e7e615a8dbabd8df777e43273a506e6a30 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.