commit | a16690c38cfde0aab151225067d6fdac1f5166f3 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Oct 05 19:13:42 2020 -0700 |
committer | Jesse Hall <jessehall@google.com> | Wed Oct 07 14:01:12 2020 -0700 |
tree | 41a85b578c8864a8d1cb88be887b03cfcaa688ad | |
parent | 2f171ac0a5586fa9f3dd7859d542c64a185228ca [diff] |
Skip unneeded notice files for DATA modules. Non-installable generated intermediate data modules can have notice files attached when they're defined in the same LOCAL_PATH as the installable module that depends on them. This makes uninstallable DATA modules silently ignore the fact that the build doesn't know where to install the notice file. Bug: 160248517 Test: build Change-Id: I09a8a253dda52c2d78a1ebc0c33cd96e3505e2e3 Merged-In: I09a8a253dda52c2d78a1ebc0c33cd96e3505e2e3
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.