commit | 90b90af5f6f9adf284f4561deca1dc3d1dd7e8b2 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Tue Jul 16 08:55:38 2024 +0000 |
committer | yangbill <yangbill@google.com> | Tue Jul 23 02:49:41 2024 +0000 |
tree | 99e6d1d7bb369cd7c321af9cb2ed6840d6ace08f | |
parent | 94d502200ce914ecb95f20231b3859ac1345ed38 [diff] |
Add BOARD_PERFSETUP_SCRIPT as a soong config variable This variable is used to customize different perf script used by perf-setup under platform_testing/scripts/perf-setup/. This CL also add perf-setup.sh by default installed for eng and userdebug build. Bug: 343133111 Test: . build/envsetup.sh; lunch aosp_akita-trunk_staging-userdebug;\ m perf-setup Test: . build/envsetup.sh; lunch aosp_panther-trunk_staging-userdebug; \ m perf-setup Test: . build/envseup.sh; lunch aosp_cf_x86_64_phone-trunk_staging-userdebug; \ m perf-setup Change-Id: I0f81f5296aa59bef5b5d608a6cfda6d8b05b4e0f
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.