commit | 0c7a14ab3ccdea6d634430e1e681affb11031033 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Mar 08 15:16:12 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Mar 09 09:31:27 2018 +0900 |
tree | f544e00c675b1dda55a737eb1611bac2de53f3c7 | |
parent | a7d5df28cba2d4eceb2e7103fb5afadccfb98c6b [diff] |
Remove unnecessary link-type check Modules from Soong do not have dependency specified (via LOCAL_JAVA_LIBRARIES). So, link-type check 'from' them doesn't make sense. Resetting my_warn_types and my_allowed_types Bug: 69899800 Test: m -j checkbuild on aosp_walleye, aosp_sailfish Test: build/soong/build_test.bash --dist Merged-In: I2a409e64f388bd8cb9336be589bf6af33e48a6f4 Change-Id: I2a409e64f388bd8cb9336be589bf6af33e48a6f4 (cherry picked from commit 98a4f52c28ee88e1436d1fb6861765d399a8df60)
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.