commit | a059c71348fbd21264e510e995c125f36473c3c0 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Mon Jun 04 14:14:18 2018 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Tue Jun 19 10:02:25 2018 +0900 |
tree | 46b83a49527c441b799a0f3225f14fd5b58e3a17 | |
parent | eb0a09acf3d55ab497e86c1e96bc7d64b8c6425e [diff] |
Support java sdk libraries Sdk addon has been allowed for libraries built with Android.mk. But some of the libraries included in the Sdk addon should be built with java_sdk_library. module-stubs-files function is modified for supporting java_sdk_library modules. Bug:77577799 Test: make -j Change-Id: If289e5aa5b5016901ff9b69da8fc7f7d8138a456
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.