ea9dab478c
This makes key character map files from the framework part of the layoutlib artifacts so that they can be used in Android Studio to handle platform key events. Bug: 255328531 Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1894ff5c78ca33be85d983d28be42870bac0bed0) Merged-In: I147159912f85daafc97364468d6a6c2cfa3916b8 Change-Id: I147159912f85daafc97364468d6a6c2cfa3916b8 NOTE FOR REVIEWERS - errors occurred while applying the patch. PLEASE REVIEW CAREFULLY. Errors: Error applying patch in core/Makefile, hunk HunkHeader[7006,8->7006,8]: Hunk cannot be applied Original patch: From 1894ff5c78ca33be85d983d28be42870bac0bed0 Mon Sep 17 00:00:00 2001 From: Jerome Gaillard <jgaillard@google.com> Date: Mon, 24 Oct 2022 16:30:25 +0100 Subject: [PATCH] Add key character maps to layoutlib dist files This makes key character map files from the framework part of the layoutlib artifacts so that they can be used in Android Studio to handle platform key events. Bug: 255328531 Test: N/A Change-Id: I147159912f85daafc97364468d6a6c2cfa3916b8 --- |
||
---|---|---|
common | ||
core | ||
packaging | ||
target | ||
tests | ||
tools | ||
.gitignore | ||
banchanHelp.sh | ||
buildspec.mk.default | ||
Changes.md | ||
CleanSpec.mk | ||
cogsetup.sh | ||
Deprecation.md | ||
envsetup.sh | ||
help.sh | ||
METADATA | ||
navbar.md | ||
OWNERS | ||
PREUPLOAD.cfg | ||
rbesetup.sh | ||
README.md | ||
shell_utils.sh | ||
tapasHelp.sh | ||
Usage.txt |
Android Make Build System
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.