commit | 4416b009e1ef849c8891c57f57592f6158a89fbf | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed May 29 18:28:22 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Jun 01 09:57:28 2019 +0900 |
tree | fd8d12f19e04def99138dfe0a60e756e2581e143 | |
parent | 3134681218449507325aa55c3601ed432f722ca0 [diff] |
Ignore testcases' NOTICE files $(BUILD_NATIVE_TEST) will install a test binary into /testcases regardless of is proprietary or not. For now, since NOTICE.xml for a system partition depends on all modules in /testcases, "m systemimage" may trigger "installing a proprietary test". Modules in /testcase are not actually installed, so we can ignore them when we make a notice file. Bug: 133454731 Test: (internal) m systemimage, and see /vendor/lib if there are unexpected files installed. Change-Id: I54ee51a761049b8a5ce9e3369b30b7ade6344146
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.