commit | c282ece0445fcfd30270c23ff66ef6db0c86d078 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Mon Mar 23 15:35:00 2020 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Tue Mar 24 17:09:47 2020 +0000 |
tree | 31292a154e2008a49a7767a5be00f6c692f5f4df | |
parent | a113ba1b352721bb3008570e0e0b1656f288975e [diff] |
Get rid of obsolete Make variable TARGET_CORE_JARS. Test: aosp_walleye-userdebug boots. Bug: 147579140 Change-Id: Ibed8c8479b9c1f3ac333c66aeddea4f5f06c9aad Merged-In: Ibed8c8479b9c1f3ac333c66aeddea4f5f06c9aad (cherry picked from commit c46e0673d0568861a634456f72bac2de9805b990)
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.