commit | 7a02001fa90603922da024c279c7b5af08b400d9 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Thu Feb 01 17:17:01 2018 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Wed Feb 07 03:37:24 2018 +0000 |
tree | 62bf4b5a8ee12bbfbaf7dec74bc4c1cc8e004118 | |
parent | 9ffbc10126723d256a6597422ca8074dad6b412c [diff] |
Change the naming policy of system_$(VER) The module name of system_$(VER) prebuilt file is system_sdk_v$(VER). But this is inconsistent with sdk_v$(LOCAL_SDK_VERSION) in prebuilts/sdk. So, system_sdk_v$(VER) is changed to sdk_vsystem_$(VER) to use the same naming policy. Bug: 72031391 Test: build Change-Id: I379c0f9aa0de7407489eeec2b07ee7727e81d69d
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.