commit | 00bf3d9b29087b77fe6c508d4fc019bd164f193b | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Jan 11 15:04:04 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Tue Jan 11 16:38:55 2022 -0800 |
tree | a2c2c68e91b3d332cebac529f759a2c4e0d518e0 | |
parent | 49380ebecfebe0fa826d34f5803b3e0bea93ab4d [diff] |
Regression testcase for shipped vs nonshipped. Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Test: m systemlicense Test: m listshare; out/soong/host/linux-x86/bin/listshare ... Test: m checkshare; out/soong/host/linux-x86/bin/checkshare ... Test: m dumpgraph; out/soong/host/linux-x86/dumpgraph ... Test: m dumpresolutions; out/soong/host/linux-x86/dumpresolutions ... where ... is the path to the .meta_lic file for the system image. In my case if $ export PRODUCT=$(realpath $ANDROID_PRODUCT_OUT --relative-to=$PWD) ... can be expressed as: ${PRODUCT}/gen/META/lic_intermediates/${PRODUCT}/system.img.meta_lic Change-Id: I17221ec8fe429b5f745c0733f8bb1ab0ea2f4567
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.