commit | 869febddb9eb4e00dd265eeec67c65d6f455cb61 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 13 16:57:19 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Aug 13 16:58:45 2019 -0700 |
tree | d7c6862bd1b0678da667173da9adb2394defdec4 | |
parent | f51a70b009b3557b173e804f0da377f2aa5417c9 [diff] |
Make javamicro a plugin Treat LOCAL_PROTOC_OPTIMIZE_TYPE := javamicro as a plugin by explicitly passing the path to protoc-gen-javamicro. This allows removing the javamicro customizations from the core plugin code. Bug: 117607748 Test: m checkbuild Change-Id: I199f47a64a454594a2fff4c5580c53fd17e0bdee
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.