The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | # This is included by the top-level Makefile. |
| 2 | # It sets up standard variables based on the |
| 3 | # current configuration and platform, which |
| 4 | # are not specific to what is being built. |
| 5 | |
Dan Willemsen | 8cf5aa5 | 2017-10-17 01:30:14 -0700 | [diff] [blame] | 6 | ifndef KATI |
| 7 | $(warning Directly using config.mk from make is no longer supported.) |
Dan Willemsen | 52f7482 | 2017-11-03 15:52:50 -0700 | [diff] [blame] | 8 | $(warning ) |
| 9 | $(warning If you are just attempting to build, you probably need to re-source envsetup.sh:) |
| 10 | $(warning ) |
| 11 | $(warning $$ source build/envsetup.sh) |
| 12 | $(warning ) |
| 13 | $(warning If you are attempting to emulate get_build_var, use one of the following:) |
| 14 | $(warning $$ build/soong/soong_ui.bash --dumpvar-mode) |
| 15 | $(warning $$ build/soong/soong_ui.bash --dumpvars-mode) |
| 16 | $(warning ) |
Dan Willemsen | 8cf5aa5 | 2017-10-17 01:30:14 -0700 | [diff] [blame] | 17 | $(error done) |
| 18 | endif |
| 19 | |
Dan Willemsen | 7ddc50a | 2018-10-18 16:11:40 -0700 | [diff] [blame] | 20 | BUILD_SYSTEM :=$= build/make/core |
| 21 | BUILD_SYSTEM_COMMON :=$= build/make/common |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 22 | |
Dan Willemsen | 7ddc50a | 2018-10-18 16:11:40 -0700 | [diff] [blame] | 23 | include $(BUILD_SYSTEM_COMMON)/core.mk |
Dan Willemsen | 11677ed | 2018-03-28 14:33:10 -0700 | [diff] [blame] | 24 | |
Mitch Phillips | 39ef563 | 2019-09-26 14:57:33 -0700 | [diff] [blame] | 25 | # ----------------------------------------------------------------- |
| 26 | # Rules and functions to help copy important files to DIST_DIR |
| 27 | # when requested. This must be included once only, and must be included before |
| 28 | # soong_config (as soong_config calls make_vars-$(TARGET).mk, and soong may |
| 29 | # propagate calls to dist-for-goals there). |
| 30 | include $(BUILD_SYSTEM)/distdir.mk |
| 31 | |
Dan Willemsen | 11677ed | 2018-03-28 14:33:10 -0700 | [diff] [blame] | 32 | # Mark variables that should be coming as environment variables from soong_ui |
| 33 | # as readonly |
Dan Willemsen | 78c40be | 2018-10-17 16:50:49 -0700 | [diff] [blame] | 34 | .KATI_READONLY := OUT_DIR TMPDIR BUILD_DATETIME_FILE |
| 35 | ifdef CALLED_FROM_SETUP |
Dan Willemsen | 3e8eb37 | 2018-10-20 21:37:44 -0700 | [diff] [blame] | 36 | .KATI_READONLY := CALLED_FROM_SETUP |
Dan Willemsen | 78c40be | 2018-10-17 16:50:49 -0700 | [diff] [blame] | 37 | endif |
| 38 | ifdef KATI_PACKAGE_MK_DIR |
| 39 | .KATI_READONLY := KATI_PACKAGE_MK_DIR |
| 40 | endif |
Dan Willemsen | 11677ed | 2018-03-28 14:33:10 -0700 | [diff] [blame] | 41 | |
Dan Willemsen | 2ec3e4a | 2017-10-30 13:41:53 -0700 | [diff] [blame] | 42 | # Mark variables deprecated/obsolete |
Dan Willemsen | 7733862 | 2017-11-08 16:39:18 -0800 | [diff] [blame] | 43 | CHANGES_URL := https://android.googlesource.com/platform/build/+/master/Changes.md |
Dan Willemsen | 9569ddd | 2019-01-22 19:38:56 -0800 | [diff] [blame] | 44 | .KATI_READONLY := CHANGES_URL |
Steven Moreland | 52fbc7d | 2023-04-21 22:04:36 +0000 | [diff] [blame] | 45 | $(KATI_deprecated_var TARGET_USES_64_BIT_BINDER,All devices use 64-bit binder by default now. Uses of TARGET_USES_64_BIT_BINDER should be removed.) |
Steven Moreland | 4179225 | 2023-05-31 22:00:06 +0000 | [diff] [blame^] | 46 | $(KATI_deprecated_var PRODUCT_SEPOLICY_SPLIT,All devices are built with split sepolicy.) |
| 47 | $(KATI_deprecated_var PRODUCT_SEPOLICY_SPLIT_OVERRIDE,All devices are built with split sepolicy.) |
Dan Willemsen | 74afb1d | 2017-12-27 16:57:34 -0800 | [diff] [blame] | 48 | $(KATI_obsolete_var PATH,Do not use PATH directly. See $(CHANGES_URL)#PATH) |
Dan Willemsen | 79fd696 | 2017-11-28 22:32:05 -0800 | [diff] [blame] | 49 | $(KATI_obsolete_var PYTHONPATH,Do not use PYTHONPATH directly. See $(CHANGES_URL)#PYTHONPATH) |
| 50 | $(KATI_obsolete_var OUT,Use OUT_DIR instead. See $(CHANGES_URL)#OUT) |
| 51 | $(KATI_obsolete_var ANDROID_HOST_OUT,Use HOST_OUT instead. See $(CHANGES_URL)#ANDROID_HOST_OUT) |
Dan Willemsen | 74afb1d | 2017-12-27 16:57:34 -0800 | [diff] [blame] | 52 | $(KATI_obsolete_var ANDROID_PRODUCT_OUT,Use PRODUCT_OUT instead. See $(CHANGES_URL)#ANDROID_PRODUCT_OUT) |
Dan Willemsen | 79fd696 | 2017-11-28 22:32:05 -0800 | [diff] [blame] | 53 | $(KATI_obsolete_var ANDROID_HOST_OUT_TESTCASES,Use HOST_OUT_TESTCASES instead. See $(CHANGES_URL)#ANDROID_HOST_OUT_TESTCASES) |
| 54 | $(KATI_obsolete_var ANDROID_TARGET_OUT_TESTCASES,Use TARGET_OUT_TESTCASES instead. See $(CHANGES_URL)#ANDROID_TARGET_OUT_TESTCASES) |
Dan Willemsen | 0769963 | 2018-01-03 15:15:38 -0800 | [diff] [blame] | 55 | $(KATI_obsolete_var ANDROID_BUILD_TOP,Use '.' instead. See $(CHANGES_URL)#ANDROID_BUILD_TOP) |
Dan Willemsen | 79fd696 | 2017-11-28 22:32:05 -0800 | [diff] [blame] | 56 | $(KATI_obsolete_var \ |
Dan Willemsen | 7733862 | 2017-11-08 16:39:18 -0800 | [diff] [blame] | 57 | ANDROID_TOOLCHAIN \ |
| 58 | ANDROID_TOOLCHAIN_2ND_ARCH \ |
| 59 | ANDROID_DEV_SCRIPTS \ |
| 60 | ANDROID_EMULATOR_PREBUILTS \ |
| 61 | ANDROID_PRE_BUILD_PATHS \ |
| 62 | ,See $(CHANGES_URL)#other_envsetup_variables) |
Yifan Hong | 6ce074f | 2017-12-12 18:01:09 -0800 | [diff] [blame] | 63 | $(KATI_obsolete_var PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE,Set FCM Version in device manifest instead. See $(CHANGES_URL)#PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE) |
Stephen Hines | 178cf8e | 2018-01-11 11:54:48 -0800 | [diff] [blame] | 64 | $(KATI_obsolete_var USE_CLANG_PLATFORM_BUILD,Clang is the only supported Android compiler. See $(CHANGES_URL)#USE_CLANG_PLATFORM_BUILD) |
Nan Zhang | 2132fbc | 2018-08-30 14:47:35 -0700 | [diff] [blame] | 65 | $(KATI_obsolete_var BUILD_DROIDDOC,Droiddoc is only supported in Soong. See details on build/soong/java/droiddoc.go) |
Nan Zhang | e063051 | 2018-09-17 14:32:52 -0700 | [diff] [blame] | 66 | $(KATI_obsolete_var BUILD_APIDIFF,Apidiff is only supported in Soong. See details on build/soong/java/droiddoc.go) |
Dan Willemsen | f063839 | 2018-09-04 22:25:22 -0700 | [diff] [blame] | 67 | $(KATI_obsolete_var \ |
| 68 | DEFAULT_GCC_CPP_STD_VERSION \ |
| 69 | HOST_GLOBAL_CFLAGS 2ND_HOST_GLOBAL_CFLAGS \ |
| 70 | HOST_GLOBAL_CONLYFLAGS 2ND_HOST_GLOBAL_CONLYFLAGS \ |
| 71 | HOST_GLOBAL_CPPFLAGS 2ND_HOST_GLOBAL_CPPFLAGS \ |
| 72 | HOST_GLOBAL_LDFLAGS 2ND_HOST_GLOBAL_LDFLAGS \ |
| 73 | HOST_GLOBAL_LLDFLAGS 2ND_HOST_GLOBAL_LLDFLAGS \ |
| 74 | HOST_CLANG_SUPPORTED 2ND_HOST_CLANG_SUPPORTED \ |
| 75 | HOST_CC 2ND_HOST_CC \ |
| 76 | HOST_CXX 2ND_HOST_CXX \ |
| 77 | HOST_CROSS_GLOBAL_CFLAGS 2ND_HOST_CROSS_GLOBAL_CFLAGS \ |
| 78 | HOST_CROSS_GLOBAL_CONLYFLAGS 2ND_HOST_CROSS_GLOBAL_CONLYFLAGS \ |
| 79 | HOST_CROSS_GLOBAL_CPPFLAGS 2ND_HOST_CROSS_GLOBAL_CPPFLAGS \ |
| 80 | HOST_CROSS_GLOBAL_LDFLAGS 2ND_HOST_CROSS_GLOBAL_LDFLAGS \ |
| 81 | HOST_CROSS_GLOBAL_LLDFLAGS 2ND_HOST_CROSS_GLOBAL_LLDFLAGS \ |
| 82 | HOST_CROSS_CLANG_SUPPORTED 2ND_HOST_CROSS_CLANG_SUPPORTED \ |
| 83 | HOST_CROSS_CC 2ND_HOST_CROSS_CC \ |
| 84 | HOST_CROSS_CXX 2ND_HOST_CROSS_CXX \ |
| 85 | TARGET_GLOBAL_CFLAGS 2ND_TARGET_GLOBAL_CFLAGS \ |
| 86 | TARGET_GLOBAL_CONLYFLAGS 2ND_TARGET_GLOBAL_CONLYFLAGS \ |
| 87 | TARGET_GLOBAL_CPPFLAGS 2ND_TARGET_GLOBAL_CPPFLAGS \ |
| 88 | TARGET_GLOBAL_LDFLAGS 2ND_TARGET_GLOBAL_LDFLAGS \ |
| 89 | TARGET_GLOBAL_LLDFLAGS 2ND_TARGET_GLOBAL_LLDFLAGS \ |
| 90 | TARGET_CLANG_SUPPORTED 2ND_TARGET_CLANG_SUPPORTED \ |
| 91 | TARGET_CC 2ND_TARGET_CC \ |
| 92 | TARGET_CXX 2ND_TARGET_CXX \ |
Dan Willemsen | 7a5c5d7 | 2018-10-07 19:41:21 -0700 | [diff] [blame] | 93 | TARGET_TOOLCHAIN_ROOT 2ND_TARGET_TOOLCHAIN_ROOT \ |
| 94 | HOST_TOOLCHAIN_ROOT 2ND_HOST_TOOLCHAIN_ROOT \ |
| 95 | HOST_CROSS_TOOLCHAIN_ROOT 2ND_HOST_CROSS_TOOLCHAIN_ROOT \ |
| 96 | HOST_TOOLS_PREFIX 2ND_HOST_TOOLS_PREFIX \ |
| 97 | HOST_CROSS_TOOLS_PREFIX 2ND_HOST_CROSS_TOOLS_PREFIX \ |
| 98 | HOST_GCC_VERSION 2ND_HOST_GCC_VERSION \ |
| 99 | HOST_CROSS_GCC_VERSION 2ND_HOST_CROSS_GCC_VERSION \ |
| 100 | TARGET_NDK_GCC_VERSION 2ND_TARGET_NDK_GCC_VERSION \ |
| 101 | GLOBAL_CFLAGS_NO_OVERRIDE GLOBAL_CPPFLAGS_NO_OVERRIDE \ |
Dan Willemsen | f063839 | 2018-09-04 22:25:22 -0700 | [diff] [blame] | 102 | ,GCC support has been removed. Use Clang instead) |
Dan Willemsen | 3e8eb37 | 2018-10-20 21:37:44 -0700 | [diff] [blame] | 103 | $(KATI_obsolete_var DIST_DIR dist_goal,Use dist-for-goals instead. See $(CHANGES_URL)#dist) |
Tom Cherry | e0f3ed5 | 2019-02-11 13:09:59 -0800 | [diff] [blame] | 104 | $(KATI_obsolete_var TARGET_ANDROID_FILESYSTEM_CONFIG_H,Use TARGET_FS_CONFIG_GEN instead) |
Dan Willemsen | 0636428 | 2019-01-02 14:32:54 -0800 | [diff] [blame] | 105 | $(KATI_deprecated_var USER,Use BUILD_USERNAME instead. See $(CHANGES_URL)#USER) |
Tom Cherry | 6b28af3 | 2019-04-16 15:18:52 -0700 | [diff] [blame] | 106 | $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN,/sbin has been removed, use /system/bin instead) |
| 107 | $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN_UNSTRIPPED,/sbin has been removed, use /system/bin instead) |
Dan Willemsen | 407ca58 | 2019-04-18 09:38:25 -0700 | [diff] [blame] | 108 | $(KATI_obsolete_var BUILD_BROKEN_PHONY_TARGETS) |
Dan Willemsen | 1d4a56f | 2019-04-18 09:38:25 -0700 | [diff] [blame] | 109 | $(KATI_obsolete_var BUILD_BROKEN_DUP_COPY_HEADERS) |
Dan Willemsen | e048f7e | 2019-02-09 18:58:36 -0800 | [diff] [blame] | 110 | $(KATI_obsolete_var BUILD_BROKEN_ENG_DEBUG_TAGS) |
Dan Willemsen | 3a1072a | 2019-05-14 22:03:58 -0700 | [diff] [blame] | 111 | $(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword) |
| 112 | $(KATI_obsolete_var BUILD_BROKEN_ANDROIDMK_EXPORTS) |
Tao Bao | 84f88a4 | 2019-05-28 16:30:18 -0700 | [diff] [blame] | 113 | $(KATI_obsolete_var PRODUCT_STATIC_BOOT_CONTROL_HAL,Use shared library module instead. See $(CHANGES_URL)#PRODUCT_STATIC_BOOT_CONTROL_HAL) |
Elliott Hughes | 2e6e73b | 2019-07-18 15:03:52 -0700 | [diff] [blame] | 114 | $(KATI_obsolete_var \ |
| 115 | ARCH_ARM_HAVE_ARMV7A \ |
| 116 | ARCH_DSP_REV \ |
| 117 | ARCH_HAVE_ALIGNED_DOUBLES \ |
| 118 | ARCH_MIPS_HAS_DSP \ |
| 119 | ARCH_MIPS_HAS_FPU \ |
| 120 | ARCH_MIPS_REV6 \ |
| 121 | ARCH_X86_HAVE_AES_NI \ |
| 122 | ARCH_X86_HAVE_AVX \ |
| 123 | ARCH_X86_HAVE_AVX2 \ |
| 124 | ARCH_X86_HAVE_AVX512 \ |
| 125 | ARCH_X86_HAVE_MOVBE \ |
| 126 | ARCH_X86_HAVE_POPCNT \ |
| 127 | ARCH_X86_HAVE_SSE4 \ |
| 128 | ARCH_X86_HAVE_SSE4_2 \ |
| 129 | ARCH_X86_HAVE_SSSE3 \ |
| 130 | ) |
Elliott Hughes | 0548439 | 2019-07-30 08:41:49 -0700 | [diff] [blame] | 131 | $(KATI_obsolete_var PRODUCT_IOT) |
Elliott Hughes | 5602110 | 2019-09-06 10:58:14 -0700 | [diff] [blame] | 132 | $(KATI_obsolete_var MD5SUM) |
Yifan Hong | 88adfc6 | 2019-10-11 15:52:44 -0700 | [diff] [blame] | 133 | $(KATI_obsolete_var BOARD_HAL_STATIC_LIBRARIES, See $(CHANGES_URL)#BOARD_HAL_STATIC_LIBRARIES) |
| 134 | $(KATI_obsolete_var LOCAL_HAL_STATIC_LIBRARIES, See $(CHANGES_URL)#BOARD_HAL_STATIC_LIBRARIES) |
Dan Willemsen | 58634e1 | 2020-03-06 18:09:06 -0800 | [diff] [blame] | 135 | $(KATI_obsolete_var \ |
| 136 | TARGET_AUX_OS_VARIANT_LIST \ |
| 137 | LOCAL_AUX_ARCH \ |
| 138 | LOCAL_AUX_CPU \ |
| 139 | LOCAL_AUX_OS \ |
| 140 | LOCAL_AUX_OS_VARIANT \ |
| 141 | LOCAL_AUX_SUBARCH \ |
| 142 | LOCAL_AUX_TOOLCHAIN \ |
| 143 | LOCAL_CUSTOM_BUILD_STEP_INPUT \ |
| 144 | LOCAL_CUSTOM_BUILD_STEP_OUTPUT \ |
| 145 | LOCAL_IS_AUX_MODULE \ |
| 146 | ,AUX support has been removed) |
Dan Willemsen | efee069 | 2020-03-06 18:27:52 -0800 | [diff] [blame] | 147 | $(KATI_obsolete_var HOST_OUT_TEST_CONFIG TARGET_OUT_TEST_CONFIG LOCAL_TEST_CONFIG_OPTIONS) |
Dan Willemsen | e6bd1d2 | 2020-04-30 21:18:58 -0700 | [diff] [blame] | 148 | $(KATI_obsolete_var \ |
| 149 | TARGET_PROJECT_INCLUDES \ |
| 150 | 2ND_TARGET_PROJECT_INCLUDES \ |
| 151 | TARGET_PROJECT_SYSTEM_INCLUDES \ |
| 152 | 2ND_TARGET_PROJECT_SYSTEM_INCLUDES \ |
| 153 | ,Project include variables have been removed) |
Elliott Hughes | 9b824d5 | 2020-04-17 15:46:55 -0700 | [diff] [blame] | 154 | $(KATI_obsolete_var TARGET_PREFER_32_BIT TARGET_PREFER_32_BIT_APPS TARGET_PREFER_32_BIT_EXECUTABLES) |
Timi | baada2a | 2021-02-21 14:36:19 +0100 | [diff] [blame] | 155 | $(KATI_obsolete_var PRODUCT_ARTIFACT_SYSTEM_CERTIFICATE_REQUIREMENT_WHITELIST,Use PRODUCT_ARTIFACT_SYSTEM_CERTIFICATE_REQUIREMENT_ALLOW_LIST) |
| 156 | $(KATI_obsolete_var PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST,Use PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST) |
Roland Levillain | cd80a6a | 2020-07-07 15:19:44 +0100 | [diff] [blame] | 157 | $(KATI_obsolete_var COVERAGE_PATHS,Use NATIVE_COVERAGE_PATHS instead) |
| 158 | $(KATI_obsolete_var COVERAGE_EXCLUDE_PATHS,Use NATIVE_COVERAGE_EXCLUDE_PATHS instead) |
Timi | baada2a | 2021-02-21 14:36:19 +0100 | [diff] [blame] | 159 | $(KATI_obsolete_var BOARD_VNDK_RUNTIME_DISABLE,VNDK-Lite is no longer supported) |
| 160 | $(KATI_obsolete_var LOCAL_SANITIZE_BLACKLIST,Use LOCAL_SANITIZE_BLOCKLIST instead) |
Dan Willemsen | b34c387 | 2022-06-08 21:26:35 -0700 | [diff] [blame] | 161 | $(KATI_obsolete_var BOARD_PLAT_PUBLIC_SEPOLICY_DIR,Use SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS instead) |
| 162 | $(KATI_obsolete_var BOARD_PLAT_PRIVATE_SEPOLICY_DIR,Use SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS instead) |
Daniel Norman | ad6293c | 2020-10-16 15:10:21 -0700 | [diff] [blame] | 163 | $(KATI_obsolete_var TARGET_NO_VENDOR_BOOT,Use PRODUCT_BUILD_VENDOR_BOOT_IMAGE instead) |
Yi-Yo Chiang | f35afe9 | 2021-03-30 16:52:59 +0800 | [diff] [blame] | 164 | $(KATI_obsolete_var PRODUCT_CHECK_ELF_FILES,Use BUILD_BROKEN_PREBUILT_ELF_FILES instead) |
Colin Cross | a1de5df | 2022-03-21 14:31:31 -0700 | [diff] [blame] | 165 | $(KATI_obsolete_var ALL_GENERATED_SOURCES,ALL_GENERATED_SOURCES is no longer used) |
Colin Cross | c6d6306 | 2022-03-21 14:32:42 -0700 | [diff] [blame] | 166 | $(KATI_obsolete_var ALL_ORIGINAL_DYNAMIC_BINARIES,ALL_ORIGINAL_DYNAMIC_BINARIES is no longer used) |
hungweichen | bf11e34 | 2022-08-08 09:34:47 +0000 | [diff] [blame] | 167 | $(KATI_obsolete_var PRODUCT_SUPPORTS_VERITY,VB 1.0 and related variables are no longer supported) |
| 168 | $(KATI_obsolete_var PRODUCT_SUPPORTS_VERITY_FEC,VB 1.0 and related variables are no longer supported) |
hungweichen | b2dd683 | 2022-08-08 09:16:30 +0000 | [diff] [blame] | 169 | $(KATI_obsolete_var PRODUCT_SUPPORTS_BOOT_SIGNER,VB 1.0 and related variables are no longer supported) |
hungweichen | e3ca398 | 2022-08-08 09:49:14 +0000 | [diff] [blame] | 170 | $(KATI_obsolete_var PRODUCT_VERITY_SIGNING_KEY,VB 1.0 and related variables are no longer supported) |
Pierre-Clément Tosi | cb1d31c | 2022-09-07 10:36:54 +0100 | [diff] [blame] | 171 | $(KATI_obsolete_var BOARD_PREBUILT_PVMFWIMAGE,pvmfw.bin is now built in AOSP and custom versions are no longer supported) |
Wei Li | 936ae9a | 2023-03-27 16:36:27 -0700 | [diff] [blame] | 172 | $(KATI_obsolete_var BUILDING_PVMFW_IMAGE,BUILDING_PVMFW_IMAGE is no longer used) |
Yi-yo Chiang | 05c0807 | 2022-10-25 17:46:10 +0000 | [diff] [blame] | 173 | $(KATI_obsolete_var BOARD_BUILD_SYSTEM_ROOT_IMAGE) |
| 174 | |
Dan Willemsen | 01a19a1 | 2016-11-09 16:35:34 -0800 | [diff] [blame] | 175 | # Used to force goals to build. Only use for conditionally defined goals. |
| 176 | .PHONY: FORCE |
| 177 | FORCE: |
| 178 | |
| 179 | ORIGINAL_MAKECMDGOALS := $(MAKECMDGOALS) |
| 180 | |
Dan Willemsen | ce7f8dd | 2017-07-25 00:57:38 -0700 | [diff] [blame] | 181 | UNAME := $(shell uname -sm) |
| 182 | |
Dan Willemsen | 0ab1be6 | 2019-04-09 21:35:37 -0700 | [diff] [blame] | 183 | SRC_TARGET_DIR := $(TOPDIR)build/make/target |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 184 | |
| 185 | # Some specific paths to tools |
Colin Cross | fdea893 | 2017-12-06 14:38:40 -0800 | [diff] [blame] | 186 | SRC_DROIDDOC_DIR := $(TOPDIR)build/make/tools/droiddoc |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 187 | |
Dan Willemsen | 92afd7d | 2018-05-02 00:15:41 -0700 | [diff] [blame] | 188 | # Mark some inputs as readonly |
| 189 | ifdef TARGET_DEVICE_DIR |
| 190 | .KATI_READONLY := TARGET_DEVICE_DIR |
| 191 | endif |
| 192 | |
Dan Willemsen | 5c3fc2a | 2019-07-29 23:45:19 -0700 | [diff] [blame] | 193 | ONE_SHOT_MAKEFILE := |
| 194 | .KATI_READONLY := ONE_SHOT_MAKEFILE |
| 195 | |
Steven Moreland | a64f336 | 2017-05-31 12:48:55 -0700 | [diff] [blame] | 196 | # Set up efficient math functions which are used in make. |
| 197 | # Here since this file is included by envsetup as well as during build. |
Dan Willemsen | 7ddc50a | 2018-10-18 16:11:40 -0700 | [diff] [blame] | 198 | include $(BUILD_SYSTEM_COMMON)/math.mk |
Steven Moreland | a64f336 | 2017-05-31 12:48:55 -0700 | [diff] [blame] | 199 | |
Dan Willemsen | 7ddc50a | 2018-10-18 16:11:40 -0700 | [diff] [blame] | 200 | include $(BUILD_SYSTEM_COMMON)/strings.mk |
Yifan Hong | c49bddf | 2018-09-21 16:39:37 -0700 | [diff] [blame] | 201 | |
Colin Cross | 6db5b0e | 2018-11-16 21:26:33 -0800 | [diff] [blame] | 202 | include $(BUILD_SYSTEM_COMMON)/json.mk |
| 203 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 204 | # Various mappings to avoid hard-coding paths all over the place |
| 205 | include $(BUILD_SYSTEM)/pathmap.mk |
| 206 | |
Alan Viverette | fa0184f | 2018-02-15 11:26:31 -0500 | [diff] [blame] | 207 | # Allow projects to define their own globally-available variables |
| 208 | include $(BUILD_SYSTEM)/project_definitions.mk |
| 209 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 210 | # ############################################################### |
| 211 | # Build system internal files |
| 212 | # ############################################################### |
| 213 | |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 214 | BUILD_COMBOS :=$= $(BUILD_SYSTEM)/combo |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 215 | |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 216 | CLEAR_VARS :=$= $(BUILD_SYSTEM)/clear_vars.mk |
Christopher Ferris | 70ca5e5 | 2014-02-04 22:09:16 -0800 | [diff] [blame] | 217 | |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 218 | BUILD_HOST_STATIC_LIBRARY :=$= $(BUILD_SYSTEM)/host_static_library.mk |
| 219 | BUILD_HOST_SHARED_LIBRARY :=$= $(BUILD_SYSTEM)/host_shared_library.mk |
| 220 | BUILD_STATIC_LIBRARY :=$= $(BUILD_SYSTEM)/static_library.mk |
| 221 | BUILD_HEADER_LIBRARY :=$= $(BUILD_SYSTEM)/header_library.mk |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 222 | BUILD_SHARED_LIBRARY :=$= $(BUILD_SYSTEM)/shared_library.mk |
| 223 | BUILD_EXECUTABLE :=$= $(BUILD_SYSTEM)/executable.mk |
| 224 | BUILD_HOST_EXECUTABLE :=$= $(BUILD_SYSTEM)/host_executable.mk |
| 225 | BUILD_PACKAGE :=$= $(BUILD_SYSTEM)/package.mk |
| 226 | BUILD_PHONY_PACKAGE :=$= $(BUILD_SYSTEM)/phony_package.mk |
| 227 | BUILD_RRO_PACKAGE :=$= $(BUILD_SYSTEM)/build_rro_package.mk |
| 228 | BUILD_HOST_PREBUILT :=$= $(BUILD_SYSTEM)/host_prebuilt.mk |
| 229 | BUILD_PREBUILT :=$= $(BUILD_SYSTEM)/prebuilt.mk |
| 230 | BUILD_MULTI_PREBUILT :=$= $(BUILD_SYSTEM)/multi_prebuilt.mk |
| 231 | BUILD_JAVA_LIBRARY :=$= $(BUILD_SYSTEM)/java_library.mk |
| 232 | BUILD_STATIC_JAVA_LIBRARY :=$= $(BUILD_SYSTEM)/static_java_library.mk |
| 233 | BUILD_HOST_JAVA_LIBRARY :=$= $(BUILD_SYSTEM)/host_java_library.mk |
| 234 | BUILD_COPY_HEADERS :=$= $(BUILD_SYSTEM)/copy_headers.mk |
| 235 | BUILD_NATIVE_TEST :=$= $(BUILD_SYSTEM)/native_test.mk |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 236 | BUILD_FUZZ_TEST :=$= $(BUILD_SYSTEM)/fuzz_test.mk |
Narayan Kamath | 0dd273a | 2013-10-28 13:20:52 +0000 | [diff] [blame] | 237 | |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 238 | BUILD_NOTICE_FILE :=$= $(BUILD_SYSTEM)/notice_files.mk |
Wei Li | 4993336 | 2023-01-04 17:13:47 -0800 | [diff] [blame] | 239 | BUILD_SBOM_GEN :=$= $(BUILD_SYSTEM)/sbom.mk |
Dan Willemsen | bed1918 | 2019-04-17 12:25:25 -0700 | [diff] [blame] | 240 | |
Dan Willemsen | 695849e | 2019-04-17 12:25:09 -0700 | [diff] [blame] | 241 | include $(BUILD_SYSTEM)/deprecation.mk |
Dan Shi | efb892d | 2017-12-06 15:57:31 -0800 | [diff] [blame] | 242 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 243 | # ############################################################### |
| 244 | # Parse out any modifier targets. |
| 245 | # ############################################################### |
| 246 | |
Dan Willemsen | 562bacc | 2017-05-25 22:10:08 -0700 | [diff] [blame] | 247 | hide := @ |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 248 | |
Ying Wang | a174261 | 2015-10-28 14:33:40 -0700 | [diff] [blame] | 249 | ################################################################ |
| 250 | # Tools needed in product configuration makefiles. |
| 251 | ################################################################ |
Colin Cross | fdea893 | 2017-12-06 14:38:40 -0800 | [diff] [blame] | 252 | NORMALIZE_PATH := build/make/tools/normalize_path.py |
Ying Wang | a174261 | 2015-10-28 14:33:40 -0700 | [diff] [blame] | 253 | |
| 254 | # $(1): the paths to be normalized |
| 255 | define normalize-paths |
| 256 | $(if $(1),$(shell $(NORMALIZE_PATH) $(1))) |
| 257 | endef |
| 258 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 259 | # ############################################################### |
| 260 | # Set common values |
| 261 | # ############################################################### |
| 262 | |
Dan Willemsen | eaacf5b | 2018-03-13 00:04:48 -0700 | [diff] [blame] | 263 | # Initialize SOONG_CONFIG_NAMESPACES so that it isn't recursive. |
| 264 | SOONG_CONFIG_NAMESPACES := |
| 265 | |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 266 | # TODO(asmundak): remove add_soong_config_namespace, add_soong_config_var, |
| 267 | # and add_soong_config_var_value once all their usages are replaced with |
| 268 | # soong_config_set/soong_config_append. |
| 269 | |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 270 | # The add_soong_config_namespace function adds a namespace and initializes it |
| 271 | # to be empty. |
| 272 | # $1 is the namespace. |
| 273 | # Ex: $(call add_soong_config_namespace,acme) |
| 274 | |
| 275 | define add_soong_config_namespace |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 276 | $(eval SOONG_CONFIG_NAMESPACES += $(strip $1)) \ |
Sasha Smundak | 4a94bb8 | 2021-08-20 11:08:41 -0700 | [diff] [blame] | 277 | $(eval SOONG_CONFIG_$(strip $1) :=) |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 278 | endef |
| 279 | |
Bill Peckham | 62f5a47 | 2020-02-06 15:27:59 -0800 | [diff] [blame] | 280 | # The add_soong_config_var function adds a a list of soong config variables to |
| 281 | # SOONG_CONFIG_*. The variables and their values are then available to a |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 282 | # soong_config_module_type in an Android.bp file. |
Bill Peckham | 62f5a47 | 2020-02-06 15:27:59 -0800 | [diff] [blame] | 283 | # $1 is the namespace. $2 is the list of variables. |
| 284 | # Ex: $(call add_soong_config_var,acme,COOL_FEATURE_A COOL_FEATURE_B) |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 285 | define add_soong_config_var |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 286 | $(eval SOONG_CONFIG_$(strip $1) += $(strip $2)) \ |
| 287 | $(foreach v,$(strip $2),$(eval SOONG_CONFIG_$(strip $1)_$v := $(strip $($v)))) |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 288 | endef |
| 289 | |
| 290 | # The add_soong_config_var_value function defines a make variable and also adds |
| 291 | # the variable to SOONG_CONFIG_*. |
| 292 | # $1 is the namespace. $2 is the variable name. $3 is the variable value. |
| 293 | # Ex: $(call add_soong_config_var_value,acme,COOL_FEATURE,true) |
| 294 | |
| 295 | define add_soong_config_var_value |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 296 | $(eval $(strip $2) := $(strip $3)) \ |
Bill Peckham | dba4b00 | 2020-01-02 17:59:11 -0800 | [diff] [blame] | 297 | $(call add_soong_config_var,$1,$2) |
| 298 | endef |
| 299 | |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 300 | # Soong config namespace variables manipulation. |
| 301 | # |
| 302 | # internal utility to define a namespace and a variable in it. |
| 303 | define soong_config_define_internal |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 304 | $(if $(filter $1,$(SOONG_CONFIG_NAMESPACES)),,$(eval SOONG_CONFIG_NAMESPACES:=$(SOONG_CONFIG_NAMESPACES) $(strip $1))) \ |
| 305 | $(if $(filter $2,$(SOONG_CONFIG_$(strip $1))),,$(eval SOONG_CONFIG_$(strip $1):=$(SOONG_CONFIG_$(strip $1)) $(strip $2))) |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 306 | endef |
| 307 | |
| 308 | # soong_config_set defines the variable in the given Soong config namespace |
| 309 | # and sets its value. If the namespace does not exist, it will be defined. |
| 310 | # $1 is the namespace. $2 is the variable name. $3 is the variable value. |
| 311 | # Ex: $(call soong_config_set,acme,COOL_FEATURE,true) |
| 312 | define soong_config_set |
| 313 | $(call soong_config_define_internal,$1,$2) \ |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 314 | $(eval SOONG_CONFIG_$(strip $1)_$(strip $2):=$(strip $3)) |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 315 | endef |
| 316 | |
| 317 | # soong_config_append appends to the value of the variable in the given Soong |
Cole Faust | 70a886c | 2021-11-08 12:12:45 -0800 | [diff] [blame] | 318 | # config namespace. If the variable does not exist, it will be defined. If the |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 319 | # namespace does not exist, it will be defined. |
| 320 | # $1 is the namespace, $2 is the variable name, $3 is the value |
| 321 | define soong_config_append |
| 322 | $(call soong_config_define_internal,$1,$2) \ |
Cole Faust | 76c2fcb | 2023-05-16 10:46:24 -0700 | [diff] [blame] | 323 | $(eval SOONG_CONFIG_$(strip $1)_$(strip $2):=$(SOONG_CONFIG_$(strip $1)_$(strip $2)) $(strip $3)) |
Sasha Smundak | c5d5bb4 | 2021-10-07 12:06:49 -0700 | [diff] [blame] | 324 | endef |
| 325 | |
Cole Faust | 70a886c | 2021-11-08 12:12:45 -0800 | [diff] [blame] | 326 | # soong_config_append gets to the value of the variable in the given Soong |
| 327 | # config namespace. If the namespace or variables does not exist, an |
| 328 | # empty string will be returned. |
| 329 | # $1 is the namespace, $2 is the variable name |
| 330 | define soong_config_get |
| 331 | $(SOONG_CONFIG_$(strip $1)_$(strip $2)) |
| 332 | endef |
| 333 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 334 | # Set the extensions used for various packages |
| 335 | COMMON_PACKAGE_SUFFIX := .zip |
| 336 | COMMON_JAVA_PACKAGE_SUFFIX := .jar |
| 337 | COMMON_ANDROID_PACKAGE_SUFFIX := .apk |
| 338 | |
Yohann Roussel | f528e13 | 2015-03-13 12:08:26 +0100 | [diff] [blame] | 339 | ifdef TMPDIR |
| 340 | JAVA_TMPDIR_ARG := -Djava.io.tmpdir=$(TMPDIR) |
| 341 | else |
| 342 | JAVA_TMPDIR_ARG := |
| 343 | endif |
| 344 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 345 | # ############################################################### |
| 346 | # Include sub-configuration files |
| 347 | # ############################################################### |
| 348 | |
| 349 | # --------------------------------------------------------------- |
| 350 | # Try to include buildspec.mk, which will try to set stuff up. |
Brian Carlstrom | 1aeee8b | 2013-06-27 12:02:46 -0700 | [diff] [blame] | 351 | # If this file doesn't exist, the environment variables will |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 352 | # be used, and if that doesn't work, then the default is an |
| 353 | # arm build |
Ying Wang | d4495e9 | 2011-11-02 13:49:08 -0700 | [diff] [blame] | 354 | ifndef ANDROID_BUILDSPEC |
| 355 | ANDROID_BUILDSPEC := $(TOPDIR)buildspec.mk |
| 356 | endif |
| 357 | -include $(ANDROID_BUILDSPEC) |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 358 | |
| 359 | # --------------------------------------------------------------- |
| 360 | # Define most of the global variables. These are the ones that |
| 361 | # are specific to the user's build configuration. |
| 362 | include $(BUILD_SYSTEM)/envsetup.mk |
| 363 | |
Juan Yescas | e5c0c17 | 2023-04-07 23:46:43 -0700 | [diff] [blame] | 364 | # Returns true if it is a low memory device, otherwise it returns false. |
| 365 | define is-low-mem-device |
| 366 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_PROPERTY_OVERRIDES)),true,\ |
| 367 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_DEFAULT_PROPERTY_OVERRIDES)),true,\ |
| 368 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE)),true,\ |
| 369 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_COMPATIBLE_PROPERTY)),true,\ |
| 370 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_SYSTEM_DEFAULT_PROPERTIES)),true,\ |
| 371 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_SYSTEM_EXT_PROPERTIES)),true,\ |
| 372 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_PRODUCT_PROPERTIES)),true,\ |
| 373 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_VENDOR_PROPERTIES)),true,\ |
| 374 | $(if $(findstring ro.config.low_ram=true,$(PRODUCT_ODM_PROPERTIES)),true,false))))))))) |
| 375 | endef |
| 376 | |
| 377 | # Get the board API level. |
| 378 | board_api_level := $(PLATFORM_SDK_VERSION) |
| 379 | ifdef BOARD_API_LEVEL |
| 380 | board_api_level := $(BOARD_API_LEVEL) |
| 381 | else ifdef BOARD_SHIPPING_API_LEVEL |
| 382 | # Vendors with GRF must define BOARD_SHIPPING_API_LEVEL for the vendor API level. |
| 383 | board_api_level := $(BOARD_SHIPPING_API_LEVEL) |
| 384 | endif |
| 385 | |
| 386 | # Calculate the VSR vendor API level. |
| 387 | vsr_vendor_api_level := $(board_api_level) |
| 388 | |
| 389 | ifdef PRODUCT_SHIPPING_API_LEVEL |
| 390 | vsr_vendor_api_level := $(call math_min,$(PRODUCT_SHIPPING_API_LEVEL),$(board_api_level)) |
| 391 | endif |
| 392 | |
| 393 | # Set TARGET_MAX_PAGE_SIZE_SUPPORTED. |
| 394 | ifdef PRODUCT_MAX_PAGE_SIZE_SUPPORTED |
| 395 | TARGET_MAX_PAGE_SIZE_SUPPORTED := $(PRODUCT_MAX_PAGE_SIZE_SUPPORTED) |
| 396 | else ifeq ($(strip $(call is-low-mem-device)),true) |
| 397 | # Low memory device will have 4096 binary alignment. |
| 398 | TARGET_MAX_PAGE_SIZE_SUPPORTED := 4096 |
| 399 | else |
| 400 | # The default binary alignment for userspace is 4096. |
| 401 | TARGET_MAX_PAGE_SIZE_SUPPORTED := 4096 |
| 402 | # When VSR vendor API level >= 34, binary alignment will be 65536. |
| 403 | ifeq ($(call math_gt_or_eq,$(vsr_vendor_api_level),34),true) |
| 404 | TARGET_MAX_PAGE_SIZE_SUPPORTED := 65536 |
| 405 | endif |
| 406 | endif |
| 407 | .KATI_READONLY := TARGET_MAX_PAGE_SIZE_SUPPORTED |
| 408 | |
C. Sean Young | cf46998 | 2015-06-09 12:35:45 -0500 | [diff] [blame] | 409 | # Pruned directory options used when using findleaves.py |
| 410 | # See envsetup.mk for a description of SCAN_EXCLUDE_DIRS |
Colin Cross | ae58e2b | 2016-10-04 16:21:49 -0700 | [diff] [blame] | 411 | FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git) |
C. Sean Young | cf46998 | 2015-06-09 12:35:45 -0500 | [diff] [blame] | 412 | |
Dima Zavin | 06e758a | 2012-03-30 10:45:38 -0700 | [diff] [blame] | 413 | # The build system exposes several variables for where to find the kernel |
| 414 | # headers: |
| 415 | # TARGET_DEVICE_KERNEL_HEADERS is automatically created for the current |
| 416 | # device being built. It is set as $(TARGET_DEVICE_DIR)/kernel-headers, |
| 417 | # e.g. device/samsung/tuna/kernel-headers. This directory is not |
| 418 | # explicitly set by anyone, the build system always adds this subdir. |
| 419 | # |
| 420 | # TARGET_BOARD_KERNEL_HEADERS is specified by the BoardConfig.mk file |
| 421 | # to allow other directories to be included. This is useful if there's |
| 422 | # some common place where a few headers are being kept for a group |
| 423 | # of devices. For example, device/<vendor>/common/kernel-headers could |
| 424 | # contain some headers for several of <vendor>'s devices. |
| 425 | # |
| 426 | # TARGET_PRODUCT_KERNEL_HEADERS is generated by the product inheritance |
| 427 | # graph. This allows architecture products to provide headers for the |
| 428 | # devices using that architecture. For example, |
| 429 | # hardware/ti/omap4xxx/omap4.mk will specify |
| 430 | # PRODUCT_VENDOR_KERNEL_HEADERS variable that specify where the omap4 |
| 431 | # specific headers are, e.g. hardware/ti/omap4xxx/kernel-headers. |
| 432 | # The build system then combines all the values specified by all the |
| 433 | # PRODUCT_VENDOR_KERNEL_HEADERS directives in the product inheritance |
| 434 | # tree and then exports a TARGET_PRODUCT_KERNEL_HEADERS variable. |
| 435 | # |
| 436 | # The layout of subdirs in any of the kernel-headers dir should mirror the |
| 437 | # layout of the kernel include/ directory. For example, |
| 438 | # device/samsung/tuna/kernel-headers/linux/, |
| 439 | # hardware/ti/omap4xxx/kernel-headers/media/, |
| 440 | # etc. |
| 441 | # |
| 442 | # NOTE: These directories MUST contain post-processed headers using the |
Alex Deymo | be0e7c9 | 2016-04-22 10:18:15 -0700 | [diff] [blame] | 443 | # bionic/libc/kernel/tools/clean_header.py tool. Additionally, the original |
| 444 | # kernel headers must also be checked in, but in a different subdirectory. By |
Dima Zavin | 06e758a | 2012-03-30 10:45:38 -0700 | [diff] [blame] | 445 | # convention, the originals should be checked into original-kernel-headers |
| 446 | # directory of the same parent dir. For example, |
| 447 | # device/samsung/tuna/kernel-headers <----- post-processed |
| 448 | # device/samsung/tuna/original-kernel-headers <----- originals |
| 449 | # |
Dima Zavin | 4e16f96 | 2012-03-14 23:50:17 -0700 | [diff] [blame] | 450 | TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers)) |
| 451 | |
Dima Zavin | f926990 | 2012-03-16 09:57:11 -0700 | [diff] [blame] | 452 | define validate-kernel-headers |
| 453 | $(if $(firstword $(foreach hdr_dir,$(1),\ |
| 454 | $(filter-out kernel-headers,$(notdir $(hdr_dir))))),\ |
| 455 | $(error Kernel header dirs must be end in kernel-headers: $(1))) |
| 456 | endef |
Dima Zavin | 4e16f96 | 2012-03-14 23:50:17 -0700 | [diff] [blame] | 457 | # also allow the board config to provide additional directories since |
| 458 | # there could be device/oem/base_hw and device/oem/derived_hw |
| 459 | # that both are valid devices but derived_hw needs to use kernel headers |
| 460 | # from base_hw. |
| 461 | TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS))) |
| 462 | TARGET_BOARD_KERNEL_HEADERS := $(patsubst %/,%,$(TARGET_BOARD_KERNEL_HEADERS)) |
Dima Zavin | f926990 | 2012-03-16 09:57:11 -0700 | [diff] [blame] | 463 | $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS)) |
| 464 | |
| 465 | # then add product-inherited includes, to allow for |
| 466 | # hardware/sivendor/chip/chip.mk to include their own headers |
| 467 | TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS))) |
| 468 | TARGET_PRODUCT_KERNEL_HEADERS := $(patsubst %/,%,$(TARGET_PRODUCT_KERNEL_HEADERS)) |
| 469 | $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS)) |
Anton Hansson | d488d2d | 2019-02-26 15:49:25 +0000 | [diff] [blame] | 470 | .KATI_READONLY := TARGET_DEVICE_KERNEL_HEADERS TARGET_BOARD_KERNEL_HEADERS TARGET_PRODUCT_KERNEL_HEADERS |
Dima Zavin | 4e16f96 | 2012-03-14 23:50:17 -0700 | [diff] [blame] | 471 | |
Shinichiro Hamaji | 0e7587a | 2015-10-09 14:36:04 +0900 | [diff] [blame] | 472 | # Commands to generate .toc file common to ELF .so files. |
| 473 | define _gen_toc_command_for_elf |
Shinichiro Hamaji | f0972f7 | 2015-11-05 12:51:08 +0900 | [diff] [blame] | 474 | $(hide) ($($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) -d $(1) | grep SONAME || echo "No SONAME for $1") > $(2) |
Shinichiro Hamaji | 2b0caa3 | 2016-01-06 15:13:25 +0900 | [diff] [blame] | 475 | $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) --dyn-syms $(1) | awk '{$$2=""; $$3=""; print}' >> $(2) |
Shinichiro Hamaji | 0e7587a | 2015-10-09 14:36:04 +0900 | [diff] [blame] | 476 | endef |
| 477 | |
| 478 | # Commands to generate .toc file from Darwin dynamic library. |
| 479 | define _gen_toc_command_for_macho |
Dan Willemsen | 0c31654 | 2018-06-03 16:20:08 -0700 | [diff] [blame] | 480 | $(hide) $(HOST_OTOOL) -l $(1) | grep LC_ID_DYLIB -A 5 > $(2) |
| 481 | $(hide) $(HOST_NM) -gP $(1) | cut -f1-2 -d" " | (grep -v U$$ >> $(2) || true) |
Shinichiro Hamaji | 0e7587a | 2015-10-09 14:36:04 +0900 | [diff] [blame] | 482 | endef |
| 483 | |
Benjamin Peterson | 099349b | 2023-01-19 18:00:54 +0000 | [diff] [blame] | 484 | # Pick a Java compiler. |
| 485 | include $(BUILD_SYSTEM)/combo/javac.mk |
| 486 | |
Dan Willemsen | 20f99a6 | 2017-10-12 01:35:14 -0700 | [diff] [blame] | 487 | ifeq ($(CALLED_FROM_SETUP),true) |
Ying Wang | 57d9060 | 2015-07-20 18:40:18 -0700 | [diff] [blame] | 488 | include $(BUILD_SYSTEM)/ccache.mk |
Shinichiro Hamaji | ee482fd | 2015-08-17 17:38:24 +0900 | [diff] [blame] | 489 | include $(BUILD_SYSTEM)/goma.mk |
Ramy Medhat | ec8b8df | 2019-07-17 12:28:40 +0000 | [diff] [blame] | 490 | include $(BUILD_SYSTEM)/rbe.mk |
Colin Cross | 44005d4 | 2016-08-31 13:32:39 -0700 | [diff] [blame] | 491 | endif |
Colin Cross | 5a5befb | 2016-08-31 09:35:32 -0700 | [diff] [blame] | 492 | |
Dan Willemsen | 056609c | 2016-05-16 22:07:31 -0700 | [diff] [blame] | 493 | # GCC version selection |
| 494 | TARGET_GCC_VERSION := 4.9 |
| 495 | ifdef TARGET_2ND_ARCH |
| 496 | 2ND_TARGET_GCC_VERSION := 4.9 |
| 497 | endif |
| 498 | |
Dan Willemsen | e68100e | 2016-09-26 17:37:19 -0700 | [diff] [blame] | 499 | # Normalize WITH_STATIC_ANALYZER |
Andrew Hsieh | 906cb78 | 2013-09-10 17:37:14 +0800 | [diff] [blame] | 500 | ifeq ($(strip $(WITH_STATIC_ANALYZER)),0) |
| 501 | WITH_STATIC_ANALYZER := |
| 502 | endif |
Andrew Hsieh | 906cb78 | 2013-09-10 17:37:14 +0800 | [diff] [blame] | 503 | |
Chih-Hung Hsieh | a9a55c7 | 2016-03-31 16:30:23 -0700 | [diff] [blame] | 504 | # Unset WITH_TIDY_ONLY if global WITH_TIDY_ONLY is not true nor 1. |
| 505 | ifeq (,$(filter 1 true,$(WITH_TIDY_ONLY))) |
| 506 | WITH_TIDY_ONLY := |
| 507 | endif |
| 508 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 509 | # --------------------------------------------------------------- |
| 510 | # Check that the configuration is current. We check that |
| 511 | # BUILD_ENV_SEQUENCE_NUMBER is current against this value. |
| 512 | # Don't fail if we're called from envsetup, so they have a |
| 513 | # chance to update their environment. |
| 514 | |
| 515 | ifeq (,$(strip $(CALLED_FROM_SETUP))) |
| 516 | ifneq (,$(strip $(BUILD_ENV_SEQUENCE_NUMBER))) |
| 517 | ifneq ($(BUILD_ENV_SEQUENCE_NUMBER),$(CORRECT_BUILD_ENV_SEQUENCE_NUMBER)) |
| 518 | $(warning BUILD_ENV_SEQUENCE_NUMBER is set incorrectly.) |
| 519 | $(info *** If you use envsetup/lunch/choosecombo:) |
| 520 | $(info *** - Re-execute envsetup (". envsetup.sh")) |
| 521 | $(info *** - Re-run lunch or choosecombo) |
| 522 | $(info *** If you use buildspec.mk:) |
| 523 | $(info *** - Look at buildspec.mk.default to see what has changed) |
| 524 | $(info *** - Update BUILD_ENV_SEQUENCE_NUMBER to "$(CORRECT_BUILD_ENV_SEQUENCE_NUMBER)") |
| 525 | $(error bailing..) |
| 526 | endif |
| 527 | endif |
| 528 | endif |
| 529 | |
Dan Willemsen | ccc4816 | 2017-06-02 15:25:20 -0700 | [diff] [blame] | 530 | # --------------------------------------------------------------- |
| 531 | # Whether we can expect a full build graph |
| 532 | ALLOW_MISSING_DEPENDENCIES := $(filter true,$(ALLOW_MISSING_DEPENDENCIES)) |
| 533 | ifneq ($(TARGET_BUILD_APPS),) |
| 534 | ALLOW_MISSING_DEPENDENCIES := true |
| 535 | endif |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 536 | ifeq ($(TARGET_BUILD_UNBUNDLED_IMAGE),true) |
| 537 | ALLOW_MISSING_DEPENDENCIES := true |
| 538 | endif |
Dan Willemsen | ccc4816 | 2017-06-02 15:25:20 -0700 | [diff] [blame] | 539 | ifneq ($(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),) |
| 540 | ALLOW_MISSING_DEPENDENCIES := true |
| 541 | endif |
Dan Willemsen | fd224ef | 2021-07-08 14:21:11 -0700 | [diff] [blame] | 542 | # Mac builds default to ALLOW_MISSING_DEPENDENCIES, at least until the host |
| 543 | # tools aren't enabled by default for Mac. |
| 544 | ifeq ($(HOST_OS),darwin) |
| 545 | ALLOW_MISSING_DEPENDENCIES := true |
| 546 | endif |
Dan Willemsen | ccc4816 | 2017-06-02 15:25:20 -0700 | [diff] [blame] | 547 | .KATI_READONLY := ALLOW_MISSING_DEPENDENCIES |
| 548 | |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 549 | TARGET_BUILD_USE_PREBUILT_SDKS := |
Jeongik Cha | f260154 | 2020-07-08 18:18:11 +0900 | [diff] [blame] | 550 | DISABLE_PREOPT := |
Jiakai Zhang | c74a401 | 2023-05-10 13:49:05 +0100 | [diff] [blame] | 551 | DISABLE_PREOPT_BOOT_IMAGES := |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 552 | ifneq (,$(TARGET_BUILD_APPS)$(TARGET_BUILD_UNBUNDLED_IMAGE)) |
Jeongik Cha | f260154 | 2020-07-08 18:18:11 +0900 | [diff] [blame] | 553 | DISABLE_PREOPT := true |
Jiakai Zhang | c74a401 | 2023-05-10 13:49:05 +0100 | [diff] [blame] | 554 | DISABLE_PREOPT_BOOT_IMAGES := true |
Jiakai Zhang | 11f44e2 | 2022-03-28 20:36:47 +0100 | [diff] [blame] | 555 | endif |
| 556 | ifeq (true,$(TARGET_BUILD_UNBUNDLED)) |
| 557 | ifneq (true,$(UNBUNDLED_BUILD_SDKS_FROM_SOURCE)) |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 558 | TARGET_BUILD_USE_PREBUILT_SDKS := true |
Colin Cross | 8e0ff1c | 2018-12-18 22:43:16 -0800 | [diff] [blame] | 559 | endif |
| 560 | endif |
| 561 | |
Jeongik Cha | f260154 | 2020-07-08 18:18:11 +0900 | [diff] [blame] | 562 | .KATI_READONLY := \ |
| 563 | TARGET_BUILD_USE_PREBUILT_SDKS \ |
| 564 | DISABLE_PREOPT \ |
Jiakai Zhang | c74a401 | 2023-05-10 13:49:05 +0100 | [diff] [blame] | 565 | DISABLE_PREOPT_BOOT_IMAGES \ |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 566 | |
Dan Willemsen | 1487f31 | 2016-03-08 11:12:40 -0800 | [diff] [blame] | 567 | prebuilt_sdk_tools := prebuilts/sdk/tools |
| 568 | prebuilt_sdk_tools_bin := $(prebuilt_sdk_tools)/$(HOST_OS)/bin |
Colin Cross | fd08247 | 2015-12-02 16:33:04 -0800 | [diff] [blame] | 569 | |
Colin Cross | 5d969a3 | 2017-09-22 15:03:38 -0700 | [diff] [blame] | 570 | prebuilt_build_tools := prebuilts/build-tools |
| 571 | prebuilt_build_tools_wrappers := prebuilts/build-tools/common/bin |
| 572 | prebuilt_build_tools_jars := prebuilts/build-tools/common/framework |
Dan Willemsen | 3de78fd | 2018-05-25 16:13:52 -0700 | [diff] [blame] | 573 | prebuilt_build_tools_bin_noasan := $(prebuilt_build_tools)/$(HOST_PREBUILT_TAG)/bin |
Colin Cross | 5d969a3 | 2017-09-22 15:03:38 -0700 | [diff] [blame] | 574 | ifeq ($(filter address,$(SANITIZE_HOST)),) |
Dan Willemsen | 3de78fd | 2018-05-25 16:13:52 -0700 | [diff] [blame] | 575 | prebuilt_build_tools_bin := $(prebuilt_build_tools_bin_noasan) |
Colin Cross | 5d969a3 | 2017-09-22 15:03:38 -0700 | [diff] [blame] | 576 | else |
| 577 | prebuilt_build_tools_bin := $(prebuilt_build_tools)/$(HOST_PREBUILT_TAG)/asan/bin |
| 578 | endif |
| 579 | |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 580 | USE_PREBUILT_SDK_TOOLS_IN_PLACE := true |
Colin Cross | fd08247 | 2015-12-02 16:33:04 -0800 | [diff] [blame] | 581 | |
Alan Leung | 65168a4 | 2017-11-01 17:49:52 -0700 | [diff] [blame] | 582 | # Work around for b/68406220 |
| 583 | # This should match the soong version. |
Colin Cross | cf01085 | 2018-06-06 21:46:25 +0000 | [diff] [blame] | 584 | USE_D8 := true |
Colin Cross | e938175 | 2018-06-19 10:23:50 -0700 | [diff] [blame] | 585 | .KATI_READONLY := USE_D8 |
Alan Leung | 65168a4 | 2017-11-01 17:49:52 -0700 | [diff] [blame] | 586 | |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 587 | # |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 588 | # Tools that are prebuilts for TARGET_BUILD_USE_PREBUILT_SDKS |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 589 | # |
Dan Willemsen | a3f6632 | 2020-05-28 15:46:33 -0700 | [diff] [blame] | 590 | ifeq (,$(TARGET_BUILD_USE_PREBUILT_SDKS)) |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 591 | AAPT := $(HOST_OUT_EXECUTABLES)/aapt |
Dan Willemsen | a3f6632 | 2020-05-28 15:46:33 -0700 | [diff] [blame] | 592 | else # TARGET_BUILD_USE_PREBUILT_SDKS |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 593 | AAPT := $(prebuilt_sdk_tools_bin)/aapt |
Dan Willemsen | a3f6632 | 2020-05-28 15:46:33 -0700 | [diff] [blame] | 594 | endif # TARGET_BUILD_USE_PREBUILT_SDKS |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 595 | |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 596 | ifeq (,$(TARGET_BUILD_USE_PREBUILT_SDKS)) |
Dan Willemsen | a3f6632 | 2020-05-28 15:46:33 -0700 | [diff] [blame] | 597 | # Use RenderScript prebuilts for unbundled builds |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 598 | LLVM_RS_CC := $(HOST_OUT_EXECUTABLES)/llvm-rs-cc |
| 599 | BCC_COMPAT := $(HOST_OUT_EXECUTABLES)/bcc_compat |
Alan Leung | 83857b6 | 2017-05-11 17:44:59 -0700 | [diff] [blame] | 600 | else |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 601 | LLVM_RS_CC := $(prebuilt_sdk_tools_bin)/llvm-rs-cc |
| 602 | BCC_COMPAT := $(prebuilt_sdk_tools_bin)/bcc_compat |
Dan Willemsen | a3f6632 | 2020-05-28 15:46:33 -0700 | [diff] [blame] | 603 | endif |
Alan Leung | 83857b6 | 2017-05-11 17:44:59 -0700 | [diff] [blame] | 604 | |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 605 | prebuilt_sdk_tools := |
| 606 | prebuilt_sdk_tools_bin := |
Colin Cross | 5f89212 | 2017-04-17 14:59:43 -0700 | [diff] [blame] | 607 | |
Dan Willemsen | 7c2d228 | 2016-06-06 14:44:00 -0700 | [diff] [blame] | 608 | ACP := $(prebuilt_build_tools_bin)/acp |
Colin Cross | facdca1 | 2016-04-19 15:32:22 -0700 | [diff] [blame] | 609 | CKATI := $(prebuilt_build_tools_bin)/ckati |
Colin Cross | cd20d59 | 2017-07-06 13:42:00 -0700 | [diff] [blame] | 610 | DEPMOD := $(HOST_OUT_EXECUTABLES)/depmod |
Colin Cross | bca6483 | 2021-10-25 18:44:00 -0700 | [diff] [blame] | 611 | FILESLIST := $(HOST_OUT_EXECUTABLES)/fileslist |
Dan Willemsen | c84e4cb | 2019-06-10 16:39:45 -0700 | [diff] [blame] | 612 | FILESLIST_UTIL :=$= build/make/tools/fileslist_util.py |
Tom Cherry | fc97764 | 2018-06-13 14:51:05 -0700 | [diff] [blame] | 613 | HOST_INIT_VERIFIER := $(HOST_OUT_EXECUTABLES)/host_init_verifier |
Colin Cross | bca6483 | 2021-10-25 18:44:00 -0700 | [diff] [blame] | 614 | XMLLINT := $(HOST_OUT_EXECUTABLES)/xmllint |
Colin Cross | f272adb | 2019-08-08 12:56:01 -0700 | [diff] [blame] | 615 | |
| 616 | # SOONG_ZIP is exported by Soong, but needs to be defined early for |
| 617 | # $OUT/dexpreopt.global. It will be verified against the Soong version. |
Colin Cross | bca6483 | 2021-10-25 18:44:00 -0700 | [diff] [blame] | 618 | SOONG_ZIP := $(HOST_OUT_EXECUTABLES)/soong_zip |
Dan Willemsen | 1487f31 | 2016-03-08 11:12:40 -0800 | [diff] [blame] | 619 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 620 | # --------------------------------------------------------------- |
| 621 | # Generic tools. |
| 622 | |
Dan Willemsen | fd72f7f | 2020-07-17 19:52:55 -0700 | [diff] [blame] | 623 | # These dependencies are now handled via dependencies on prebuilt_build_tool |
| 624 | BISON_DATA :=$= |
Ying Wang | 854be68 | 2013-04-05 18:02:16 -0700 | [diff] [blame] | 625 | |
Ying Wang | 7b913ce | 2014-06-05 19:05:47 -0700 | [diff] [blame] | 626 | YASM := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/yasm/yasm |
| 627 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 628 | DOXYGEN:= doxygen |
Steve Fung | cb2e67f | 2015-09-24 01:40:52 -0700 | [diff] [blame] | 629 | ifeq ($(HOST_OS),linux) |
| 630 | BREAKPAD_DUMP_SYMS := $(HOST_OUT_EXECUTABLES)/dump_syms |
| 631 | else |
| 632 | # For non-supported hosts, do not generate breakpad symbols. |
| 633 | BREAKPAD_GENERATE_SYMBOLS := false |
| 634 | endif |
Wink Saville | e789083 | 2010-11-05 11:28:51 -0700 | [diff] [blame] | 635 | PROTOC := $(HOST_OUT_EXECUTABLES)/aprotoc$(HOST_EXECUTABLE_SUFFIX) |
Yu Shan | 10be65d | 2018-08-03 23:48:10 +0000 | [diff] [blame] | 636 | NANOPB_SRCS := $(HOST_OUT_EXECUTABLES)/protoc-gen-nanopb |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 637 | MKBOOTFS := $(HOST_OUT_EXECUTABLES)/mkbootfs$(HOST_EXECUTABLE_SUFFIX) |
Doug Zongker | 8b70e8c | 2009-05-27 09:14:25 -0700 | [diff] [blame] | 638 | MINIGZIP := $(HOST_OUT_EXECUTABLES)/minigzip$(HOST_EXECUTABLE_SUFFIX) |
J. Avila | 3f6560e | 2020-05-11 20:20:03 +0000 | [diff] [blame] | 639 | LZ4 := $(HOST_OUT_EXECUTABLES)/lz4$(HOST_EXECUTABLE_SUFFIX) |
Yi-Yo Chiang | 44fb361 | 2022-01-08 22:19:20 +0800 | [diff] [blame] | 640 | GENERATE_GKI_CERTIFICATE := $(HOST_OUT_EXECUTABLES)/generate_gki_certificate$(HOST_EXECUTABLE_SUFFIX) |
Bjorn Andersson | 612e2cd | 2012-11-25 16:53:44 -0800 | [diff] [blame] | 641 | ifeq (,$(strip $(BOARD_CUSTOM_MKBOOTIMG))) |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 642 | MKBOOTIMG := $(HOST_OUT_EXECUTABLES)/mkbootimg$(HOST_EXECUTABLE_SUFFIX) |
Bjorn Andersson | 612e2cd | 2012-11-25 16:53:44 -0800 | [diff] [blame] | 643 | else |
| 644 | MKBOOTIMG := $(BOARD_CUSTOM_MKBOOTIMG) |
| 645 | endif |
David Zeuthen | 2532862 | 2016-04-08 15:08:03 -0400 | [diff] [blame] | 646 | ifeq (,$(strip $(BOARD_CUSTOM_BPTTOOL))) |
| 647 | BPTTOOL := $(HOST_OUT_EXECUTABLES)/bpttool$(HOST_EXECUTABLE_SUFFIX) |
| 648 | else |
| 649 | BPTTOOL := $(BOARD_CUSTOM_BPTTOOL) |
| 650 | endif |
David Zeuthen | 2ce63ed | 2016-09-15 13:43:54 -0400 | [diff] [blame] | 651 | ifeq (,$(strip $(BOARD_CUSTOM_AVBTOOL))) |
| 652 | AVBTOOL := $(HOST_OUT_EXECUTABLES)/avbtool$(HOST_EXECUTABLE_SUFFIX) |
David Zeuthen | d995f4b | 2016-01-29 16:59:17 -0500 | [diff] [blame] | 653 | else |
David Zeuthen | 2ce63ed | 2016-09-15 13:43:54 -0400 | [diff] [blame] | 654 | AVBTOOL := $(BOARD_CUSTOM_AVBTOOL) |
David Zeuthen | d995f4b | 2016-01-29 16:59:17 -0500 | [diff] [blame] | 655 | endif |
Tor Norbye | cb58fa1 | 2018-12-28 07:47:50 -0800 | [diff] [blame] | 656 | APICHECK := $(HOST_OUT_JAVA_LIBRARIES)/metalava$(COMMON_JAVA_PACKAGE_SUFFIX) |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 657 | FS_GET_STATS := $(HOST_OUT_EXECUTABLES)/fs_get_stats$(HOST_EXECUTABLE_SUFFIX) |
Tianjie Xu | 5733222 | 2018-08-15 16:16:21 -0700 | [diff] [blame] | 658 | MKEXTUSERIMG := $(HOST_OUT_EXECUTABLES)/mkuserimg_mke2fs |
Jin Qian | abcec5e | 2017-03-10 16:53:45 -0800 | [diff] [blame] | 659 | MKE2FS_CONF := system/extras/ext4_utils/mke2fs.conf |
Ramji Jiyani | 1065523 | 2022-01-20 06:43:09 +0000 | [diff] [blame] | 660 | MKEROFS := $(HOST_OUT_EXECUTABLES)/mkfs.erofs |
Cole Faust | b000208 | 2022-09-05 18:34:56 -0700 | [diff] [blame] | 661 | MKSQUASHFSUSERIMG := $(HOST_OUT_EXECUTABLES)/mksquashfsimage |
| 662 | MKF2FSUSERIMG := $(HOST_OUT_EXECUTABLES)/mkf2fsuserimg |
Ying Wang | 69e9b4d | 2012-11-26 18:10:23 -0800 | [diff] [blame] | 663 | SIMG2IMG := $(HOST_OUT_EXECUTABLES)/simg2img$(HOST_EXECUTABLE_SUFFIX) |
| 664 | E2FSCK := $(HOST_OUT_EXECUTABLES)/e2fsck$(HOST_EXECUTABLE_SUFFIX) |
Colin Cross | 0a7b2c5 | 2010-05-07 02:23:59 -0700 | [diff] [blame] | 665 | TUNE2FS := $(HOST_OUT_EXECUTABLES)/tune2fs$(HOST_EXECUTABLE_SUFFIX) |
Steve Howard | ef5c640 | 2010-05-03 15:01:38 -0700 | [diff] [blame] | 666 | JARJAR := $(HOST_OUT_JAVA_LIBRARIES)/jarjar.jar |
Ying Wang | ed0361f | 2015-04-19 09:55:39 -0700 | [diff] [blame] | 667 | DATA_BINDING_COMPILER := $(HOST_OUT_JAVA_LIBRARIES)/databinding-compiler.jar |
Colin Cross | fdea893 | 2017-12-06 14:38:40 -0800 | [diff] [blame] | 668 | FAT16COPY := build/make/tools/fat16copy.py |
Spandan Das | 60b8195 | 2022-10-27 00:44:24 +0000 | [diff] [blame] | 669 | CHECK_ELF_FILE := $(HOST_OUT_EXECUTABLES)/check_elf_file$(HOST_EXECUTABLE_SUFFIX) |
David Anderson | 1ef03e2 | 2018-08-30 13:11:47 -0700 | [diff] [blame] | 670 | LPMAKE := $(HOST_OUT_EXECUTABLES)/lpmake$(HOST_EXECUTABLE_SUFFIX) |
Tao Bao | c1966a8 | 2019-06-25 11:42:12 -0700 | [diff] [blame] | 671 | ADD_IMG_TO_TARGET_FILES := $(HOST_OUT_EXECUTABLES)/add_img_to_target_files$(HOST_EXECUTABLE_SUFFIX) |
Tao Bao | 2bbb07c | 2019-05-07 13:12:21 -0700 | [diff] [blame] | 672 | BUILD_IMAGE := $(HOST_OUT_EXECUTABLES)/build_image$(HOST_EXECUTABLE_SUFFIX) |
Aidan Wolter | fbf5352 | 2023-03-17 20:17:35 +0000 | [diff] [blame] | 673 | ifeq (,$(strip $(BOARD_CUSTOM_BUILD_SUPER_IMAGE))) |
Tao Bao | 2bbb07c | 2019-05-07 13:12:21 -0700 | [diff] [blame] | 674 | BUILD_SUPER_IMAGE := $(HOST_OUT_EXECUTABLES)/build_super_image$(HOST_EXECUTABLE_SUFFIX) |
Aidan Wolter | fbf5352 | 2023-03-17 20:17:35 +0000 | [diff] [blame] | 675 | else |
| 676 | BUILD_SUPER_IMAGE := $(BOARD_CUSTOM_BUILD_SUPER_IMAGE) |
| 677 | endif |
Tao Bao | 57f8ed6 | 2019-08-14 23:08:18 -0700 | [diff] [blame] | 678 | IMG_FROM_TARGET_FILES := $(HOST_OUT_EXECUTABLES)/img_from_target_files$(HOST_EXECUTABLE_SUFFIX) |
Tao Bao | e11a460 | 2019-08-06 23:21:23 -0700 | [diff] [blame] | 679 | MAKE_RECOVERY_PATCH := $(HOST_OUT_EXECUTABLES)/make_recovery_patch$(HOST_EXECUTABLE_SUFFIX) |
Tao Bao | 8821d64 | 2019-08-05 12:05:45 -0700 | [diff] [blame] | 680 | OTA_FROM_TARGET_FILES := $(HOST_OUT_EXECUTABLES)/ota_from_target_files$(HOST_EXECUTABLE_SUFFIX) |
Tao Bao | e11a460 | 2019-08-06 23:21:23 -0700 | [diff] [blame] | 681 | SPARSE_IMG := $(HOST_OUT_EXECUTABLES)/sparse_img$(HOST_EXECUTABLE_SUFFIX) |
Yifan Hong | 3a7c2ef | 2019-11-01 18:23:19 +0000 | [diff] [blame] | 682 | CHECK_PARTITION_SIZES := $(HOST_OUT_EXECUTABLES)/check_partition_sizes$(HOST_EXECUTABLE_SUFFIX) |
Colin Cross | ac7febc | 2022-04-06 01:11:20 +0000 | [diff] [blame] | 683 | SYMBOLS_MAP := $(HOST_OUT_EXECUTABLES)/symbols_map |
Yohann Roussel | 2809666 | 2015-02-02 12:18:20 +0100 | [diff] [blame] | 684 | |
Dan Willemsen | 4a9a244 | 2019-01-17 23:01:45 -0800 | [diff] [blame] | 685 | PROGUARD_HOME := external/proguard |
| 686 | PROGUARD := $(PROGUARD_HOME)/bin/proguard.sh |
| 687 | PROGUARD_DEPS := $(PROGUARD) $(PROGUARD_HOME)/lib/proguard.jar |
Colin Cross | fdea893 | 2017-12-06 14:38:40 -0800 | [diff] [blame] | 688 | JAVATAGS := build/make/tools/java-event-log-tags.py |
| 689 | MERGETAGS := build/make/tools/merge-event-log-tags.py |
Colin Cross | 8a30f72 | 2014-04-28 16:27:32 -0700 | [diff] [blame] | 690 | APPEND2SIMG := $(HOST_OUT_EXECUTABLES)/append2simg |
| 691 | VERITY_SIGNER := $(HOST_OUT_EXECUTABLES)/verity_signer |
Tao Bao | d5ab10e | 2019-05-02 18:17:18 -0700 | [diff] [blame] | 692 | BUILD_VERITY_METADATA := $(HOST_OUT_EXECUTABLES)/build_verity_metadata |
Colin Cross | 477cf2b | 2014-04-16 18:49:56 -0700 | [diff] [blame] | 693 | BUILD_VERITY_TREE := $(HOST_OUT_EXECUTABLES)/build_verity_tree |
Tao Bao | e98fb7a | 2017-02-17 14:11:13 -0800 | [diff] [blame] | 694 | FUTILITY := $(HOST_OUT_EXECUTABLES)/futility-host |
Tao Bao | d14c2f8 | 2019-05-06 16:23:09 -0700 | [diff] [blame] | 695 | VBOOT_SIGNER := $(HOST_OUT_EXECUTABLES)/vboot_signer |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 696 | |
David Sehr | 976c3c3 | 2019-04-03 09:30:06 -0700 | [diff] [blame] | 697 | DEXDUMP := $(HOST_OUT_EXECUTABLES)/dexdump$(BUILD_EXECUTABLE_SUFFIX) |
Mathieu Chartier | a4b993b | 2017-02-28 11:17:32 -0800 | [diff] [blame] | 698 | PROFMAN := $(HOST_OUT_EXECUTABLES)/profman |
Shinichiro Hamaji | 89b255a | 2015-11-09 16:47:42 +0900 | [diff] [blame] | 699 | |
Wei Li | 4993336 | 2023-01-04 17:13:47 -0800 | [diff] [blame] | 700 | GEN_SBOM := $(HOST_OUT_EXECUTABLES)/generate-sbom |
| 701 | |
Yuncheol Heo | 623d706 | 2014-05-20 17:04:16 +0900 | [diff] [blame] | 702 | FINDBUGS_DIR := external/owasp/sanitizer/tools/findbugs/bin |
| 703 | FINDBUGS := $(FINDBUGS_DIR)/findbugs |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 704 | |
Jeff Gaston | d2ba724 | 2018-01-31 17:34:07 -0500 | [diff] [blame] | 705 | JETIFIER := prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/jetifier-standalone |
| 706 | |
Yifan Hong | 770ab05 | 2018-11-02 13:43:30 -0700 | [diff] [blame] | 707 | EXTRACT_KERNEL := build/make/tools/extract_kernel.py |
| 708 | |
Tobias Thierer | 7e99d45 | 2017-12-20 18:36:56 +0000 | [diff] [blame] | 709 | # Path to tools.jar |
| 710 | HOST_JDK_TOOLS_JAR := $(ANDROID_JAVA8_HOME)/lib/tools.jar |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 711 | |
Aurimas Liutikas | b3ca1a6 | 2021-06-17 16:08:38 +0000 | [diff] [blame] | 712 | APICHECK_COMMAND := $(JAVA) -Xmx4g -jar $(APICHECK) --no-banner |
Joe Onorato | 2a6e052 | 2011-04-08 17:32:52 -0700 | [diff] [blame] | 713 | |
Colin Cross | c3ad804 | 2020-06-11 11:25:05 -0700 | [diff] [blame] | 714 | # Boolean variable determining if the allow list for compatible properties is enabled |
Inseob Kim | 2e88158 | 2020-11-19 09:48:49 +0000 | [diff] [blame] | 715 | PRODUCT_COMPATIBLE_PROPERTY := true |
| 716 | ifeq ($(PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE),false) |
| 717 | $(error PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE is obsolete) |
Jaekyun Seok | 2528cd2 | 2018-01-16 14:14:59 +0900 | [diff] [blame] | 718 | endif |
| 719 | |
| 720 | .KATI_READONLY := \ |
| 721 | PRODUCT_COMPATIBLE_PROPERTY |
| 722 | |
Steven Moreland | 2b32469 | 2017-05-18 15:26:59 -0700 | [diff] [blame] | 723 | # Boolean variable determining if Treble is fully enabled |
| 724 | PRODUCT_FULL_TREBLE := false |
| 725 | ifneq ($(PRODUCT_FULL_TREBLE_OVERRIDE),) |
| 726 | PRODUCT_FULL_TREBLE := $(PRODUCT_FULL_TREBLE_OVERRIDE) |
| 727 | else ifeq ($(PRODUCT_SHIPPING_API_LEVEL),) |
| 728 | #$(warning no product shipping level defined) |
| 729 | else ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),26),) |
| 730 | PRODUCT_FULL_TREBLE := true |
| 731 | endif |
| 732 | |
Steven Moreland | ae69e57 | 2017-12-15 14:49:55 -0800 | [diff] [blame] | 733 | # TODO(b/69865032): Make PRODUCT_NOTICE_SPLIT the default behavior and remove |
| 734 | # references to it here and below. |
| 735 | ifdef PRODUCT_NOTICE_SPLIT_OVERRIDE |
| 736 | $(error PRODUCT_NOTICE_SPLIT_OVERRIDE cannot be set.) |
| 737 | endif |
| 738 | |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 739 | requirements := \ |
| 740 | PRODUCT_TREBLE_LINKER_NAMESPACES \ |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 741 | PRODUCT_ENFORCE_VINTF_MANIFEST \ |
Steven Moreland | ae69e57 | 2017-12-15 14:49:55 -0800 | [diff] [blame] | 742 | PRODUCT_NOTICE_SPLIT |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 743 | |
| 744 | # If it is overriden, then the requirement override is taken, otherwise it's |
| 745 | # PRODUCT_FULL_TREBLE |
| 746 | $(foreach req,$(requirements),$(eval \ |
| 747 | $(req) := $(if $($(req)_OVERRIDE),$($(req)_OVERRIDE),$(PRODUCT_FULL_TREBLE)))) |
Steven Moreland | 27aaeca | 2017-12-06 17:21:02 +0000 | [diff] [blame] | 748 | # If the requirement is false for any reason, then it's not PRODUCT_FULL_TREBLE |
| 749 | $(foreach req,$(requirements),$(eval \ |
| 750 | PRODUCT_FULL_TREBLE := $(if $(filter false,$($(req))),false,$(PRODUCT_FULL_TREBLE)))) |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 751 | |
Steven Moreland | 0e6301c | 2017-11-17 10:47:30 -0800 | [diff] [blame] | 752 | PRODUCT_FULL_TREBLE_OVERRIDE ?= |
| 753 | $(foreach req,$(requirements),$(eval $(req)_OVERRIDE ?=)) |
| 754 | |
Steven Moreland | c2e80af | 2018-09-13 16:57:51 -0700 | [diff] [blame] | 755 | # TODO(b/114488870): disallow PRODUCT_FULL_TREBLE_OVERRIDE from being used. |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 756 | .KATI_READONLY := \ |
Steven Moreland | 0e6301c | 2017-11-17 10:47:30 -0800 | [diff] [blame] | 757 | PRODUCT_FULL_TREBLE_OVERRIDE \ |
| 758 | $(foreach req,$(requirements),$(req)_OVERRIDE) \ |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 759 | $(requirements) \ |
Steven Moreland | 0e6301c | 2017-11-17 10:47:30 -0800 | [diff] [blame] | 760 | PRODUCT_FULL_TREBLE \ |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 761 | |
Steven Moreland | c2e80af | 2018-09-13 16:57:51 -0700 | [diff] [blame] | 762 | $(KATI_obsolete_var $(foreach req,$(requirements),$(req)_OVERRIDE) \ |
| 763 | ,This should be referenced without the _OVERRIDE suffix.) |
| 764 | |
Steven Moreland | 043b07c | 2017-11-09 10:15:31 -0800 | [diff] [blame] | 765 | requirements := |
| 766 | |
Jaekyun Seok | c227ce7 | 2018-02-08 07:19:55 +0900 | [diff] [blame] | 767 | # BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED can be true only if early-mount of |
| 768 | # partitions is supported. But the early-mount must be supported for full |
| 769 | # treble products, and so BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED should be set |
| 770 | # by default for full treble products. |
| 771 | ifeq ($(PRODUCT_FULL_TREBLE),true) |
| 772 | BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED ?= true |
| 773 | endif |
| 774 | |
Steven Moreland | 46a6081 | 2022-08-04 16:35:24 +0000 | [diff] [blame] | 775 | # Starting in Android U, non-VNDK devices not supported |
Steven Moreland | 4db1ffa | 2022-11-11 19:31:40 +0000 | [diff] [blame] | 776 | # WARNING: DO NOT CHANGE: if you are downstream of AOSP, and you change this, without |
| 777 | # letting upstream know it's important to you, we may do cleanup which breaks this |
| 778 | # significantly. Please let us know if you are changing this. |
Steven Moreland | 46a6081 | 2022-08-04 16:35:24 +0000 | [diff] [blame] | 779 | ifndef BOARD_VNDK_VERSION |
Steven Moreland | 4db1ffa | 2022-11-11 19:31:40 +0000 | [diff] [blame] | 780 | # READ WARNING - DO NOT CHANGE |
Steven Moreland | 46a6081 | 2022-08-04 16:35:24 +0000 | [diff] [blame] | 781 | BOARD_VNDK_VERSION := current |
Steven Moreland | 4db1ffa | 2022-11-11 19:31:40 +0000 | [diff] [blame] | 782 | # READ WARNING - DO NOT CHANGE |
Justin Yun | 571737e | 2017-12-12 15:47:14 +0900 | [diff] [blame] | 783 | endif |
| 784 | |
Justin Yun | 70f7dba | 2020-09-07 19:29:45 +0900 | [diff] [blame] | 785 | ifdef PRODUCT_PRODUCT_VNDK_VERSION |
| 786 | ifndef BOARD_VNDK_VERSION |
| 787 | # VNDK for product partition is not available unless BOARD_VNDK_VERSION |
| 788 | # defined. |
| 789 | $(error PRODUCT_PRODUCT_VNDK_VERSION cannot be defined without defining BOARD_VNDK_VERSION) |
| 790 | endif |
| 791 | endif |
Justin Yun | 571737e | 2017-12-12 15:47:14 +0900 | [diff] [blame] | 792 | |
Jiyong Park | b8f1682 | 2018-04-23 10:39:54 +0900 | [diff] [blame] | 793 | # Set BOARD_SYSTEMSDK_VERSIONS to the latest SystemSDK version starting from P-launching |
| 794 | # devices if unset. |
| 795 | ifndef BOARD_SYSTEMSDK_VERSIONS |
| 796 | ifdef PRODUCT_SHIPPING_API_LEVEL |
| 797 | ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),28),) |
| 798 | ifeq (REL,$(PLATFORM_VERSION_CODENAME)) |
| 799 | BOARD_SYSTEMSDK_VERSIONS := $(PLATFORM_SDK_VERSION) |
| 800 | else |
| 801 | BOARD_SYSTEMSDK_VERSIONS := $(PLATFORM_VERSION_CODENAME) |
| 802 | endif |
| 803 | endif |
| 804 | endif |
| 805 | endif |
| 806 | |
Jeongik Cha | 0d1d981 | 2020-08-20 20:21:36 +0900 | [diff] [blame] | 807 | ifndef BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES |
| 808 | BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES := current |
| 809 | else |
| 810 | ifdef PRODUCT_SHIPPING_API_LEVEL |
| 811 | ifneq ($(call math_lt,$(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES),$(PRODUCT_SHIPPING_API_LEVEL)),) |
| 812 | $(error BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES ($(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES)) must be greater than or equal to PRODUCT_SHIPPING_API_LEVEL ($(PRODUCT_SHIPPING_API_LEVEL))) |
| 813 | endif |
| 814 | endif |
| 815 | endif |
| 816 | .KATI_READONLY := BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES |
Jiyong Park | b8f1682 | 2018-04-23 10:39:54 +0900 | [diff] [blame] | 817 | |
Dan Willemsen | e49ee70 | 2017-09-29 15:32:22 -0700 | [diff] [blame] | 818 | ifdef PRODUCT_SHIPPING_API_LEVEL |
Justin Yun | e81ec69 | 2021-11-09 23:09:52 +0900 | [diff] [blame] | 819 | board_api_level := $(firstword $(BOARD_API_LEVEL) $(BOARD_SHIPPING_API_LEVEL)) |
| 820 | ifneq (,$(board_api_level)) |
| 821 | min_systemsdk_version := $(call math_min,$(board_api_level),$(PRODUCT_SHIPPING_API_LEVEL)) |
| 822 | else |
| 823 | min_systemsdk_version := $(PRODUCT_SHIPPING_API_LEVEL) |
| 824 | endif |
| 825 | ifneq ($(call numbers_less_than,$(min_systemsdk_version),$(BOARD_SYSTEMSDK_VERSIONS)),) |
| 826 | $(error BOARD_SYSTEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal to BOARD_API_LEVEL, BOARD_SHIPPING_API_LEVEL or PRODUCT_SHIPPING_API_LEVEL ($(min_systemsdk_version))) |
| 827 | endif |
Bowgo Tsai | e4e3018 | 2018-08-14 00:13:24 +0800 | [diff] [blame] | 828 | ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),29),) |
| 829 | ifneq ($(BOARD_OTA_FRAMEWORK_VBMETA_VERSION_OVERRIDE),) |
| 830 | $(error When PRODUCT_SHIPPING_API_LEVEL >= 29, BOARD_OTA_FRAMEWORK_VBMETA_VERSION_OVERRIDE cannot be set) |
| 831 | endif |
| 832 | endif |
Dan Willemsen | e49ee70 | 2017-09-29 15:32:22 -0700 | [diff] [blame] | 833 | endif |
| 834 | |
Ying Wang | 3c21fe5 | 2011-10-04 10:50:08 -0700 | [diff] [blame] | 835 | # The default key if not set as LOCAL_CERTIFICATE |
| 836 | ifdef PRODUCT_DEFAULT_DEV_CERTIFICATE |
| 837 | DEFAULT_SYSTEM_DEV_CERTIFICATE := $(PRODUCT_DEFAULT_DEV_CERTIFICATE) |
| 838 | else |
Dan Willemsen | 0ab1be6 | 2019-04-09 21:35:37 -0700 | [diff] [blame] | 839 | DEFAULT_SYSTEM_DEV_CERTIFICATE := build/make/target/product/security/testkey |
Ying Wang | 3c21fe5 | 2011-10-04 10:50:08 -0700 | [diff] [blame] | 840 | endif |
Anton Hansson | d488d2d | 2019-02-26 15:49:25 +0000 | [diff] [blame] | 841 | .KATI_READONLY := DEFAULT_SYSTEM_DEV_CERTIFICATE |
Ying Wang | 3c21fe5 | 2011-10-04 10:50:08 -0700 | [diff] [blame] | 842 | |
Remi NGUYEN VAN | 87d0f27 | 2019-08-07 18:13:33 +0900 | [diff] [blame] | 843 | # Certificate for the NetworkStack sepolicy context |
| 844 | ifdef PRODUCT_MAINLINE_SEPOLICY_DEV_CERTIFICATES |
| 845 | MAINLINE_SEPOLICY_DEV_CERTIFICATES := $(PRODUCT_MAINLINE_SEPOLICY_DEV_CERTIFICATES) |
| 846 | else |
| 847 | MAINLINE_SEPOLICY_DEV_CERTIFICATES := $(dir $(DEFAULT_SYSTEM_DEV_CERTIFICATE)) |
| 848 | endif |
Inseob Kim | 7b4d767 | 2022-08-12 21:35:45 +0900 | [diff] [blame] | 849 | .KATI_READONLY := MAINLINE_SEPOLICY_DEV_CERTIFICATES |
Remi NGUYEN VAN | 87d0f27 | 2019-08-07 18:13:33 +0900 | [diff] [blame] | 850 | |
Colin Cross | d68a884 | 2020-02-21 17:29:37 -0800 | [diff] [blame] | 851 | BUILD_NUMBER_FROM_FILE := $$(cat $(SOONG_OUT_DIR)/build_number.txt) |
Jeongik Cha | 05210f9 | 2023-04-27 11:05:22 +0900 | [diff] [blame] | 852 | BUILD_HOSTNAME_FROM_FILE := $$(cat $(SOONG_OUT_DIR)/build_hostname.txt) |
Nan Zhang | 975f41e | 2018-02-14 13:30:53 -0800 | [diff] [blame] | 853 | BUILD_DATETIME_FROM_FILE := $$(cat $(BUILD_DATETIME_FILE)) |
Colin Cross | e96bfdb | 2017-11-03 15:49:25 -0700 | [diff] [blame] | 854 | |
Yifan Hong | 8f4547c | 2018-02-05 15:51:34 -0800 | [diff] [blame] | 855 | # SEPolicy versions |
| 856 | |
| 857 | # PLATFORM_SEPOLICY_VERSION is a number of the form "NN.m" with "NN" mapping to |
| 858 | # PLATFORM_SDK_VERSION and "m" as a minor number which allows for SELinux |
| 859 | # changes independent of PLATFORM_SDK_VERSION. This value will be set to |
| 860 | # 10000.0 to represent tip-of-tree development that is inherently unstable and |
| 861 | # thus designed not to work with any shipping vendor policy. This is similar in |
| 862 | # spirit to how DEFAULT_APP_TARGET_SDK is set. |
| 863 | # The minor version ('m' component) must be updated every time a platform release |
| 864 | # is made which breaks compatibility with the previous platform sepolicy version, |
| 865 | # not just on every increase in PLATFORM_SDK_VERSION. The minor version should |
| 866 | # be reset to 0 on every bump of the PLATFORM_SDK_VERSION. |
Yurii Zubrytskyi | 97191b2 | 2022-04-04 16:35:14 -0700 | [diff] [blame] | 867 | sepolicy_major_vers := 33 |
Yifan Hong | 8f4547c | 2018-02-05 15:51:34 -0800 | [diff] [blame] | 868 | sepolicy_minor_vers := 0 |
| 869 | |
| 870 | ifneq ($(sepolicy_major_vers), $(PLATFORM_SDK_VERSION)) |
| 871 | $(error sepolicy_major_version does not match PLATFORM_SDK_VERSION, please update.) |
| 872 | endif |
Tri Vo | d9c8e95 | 2018-03-27 13:49:19 -0700 | [diff] [blame] | 873 | |
| 874 | TOT_SEPOLICY_VERSION := 10000.0 |
Yifan Hong | 8f4547c | 2018-02-05 15:51:34 -0800 | [diff] [blame] | 875 | ifneq (REL,$(PLATFORM_VERSION_CODENAME)) |
Tri Vo | d9c8e95 | 2018-03-27 13:49:19 -0700 | [diff] [blame] | 876 | PLATFORM_SEPOLICY_VERSION := $(TOT_SEPOLICY_VERSION) |
| 877 | else |
| 878 | PLATFORM_SEPOLICY_VERSION := $(join $(addsuffix .,$(sepolicy_major_vers)), $(sepolicy_minor_vers)) |
Yifan Hong | 8f4547c | 2018-02-05 15:51:34 -0800 | [diff] [blame] | 879 | endif |
Yifan Hong | 8f4547c | 2018-02-05 15:51:34 -0800 | [diff] [blame] | 880 | sepolicy_major_vers := |
| 881 | sepolicy_minor_vers := |
| 882 | |
Inseob Kim | 51c455b | 2021-12-10 18:36:18 +0900 | [diff] [blame] | 883 | # BOARD_SEPOLICY_VERS must take the format "NN.m" and contain the sepolicy |
| 884 | # version identifier corresponding to the sepolicy on which the non-platform |
| 885 | # policy is to be based. If unspecified, this will build against the current |
| 886 | # public platform policy in tree |
| 887 | ifndef BOARD_SEPOLICY_VERS |
| 888 | # The default platform policy version. |
| 889 | BOARD_SEPOLICY_VERS := $(PLATFORM_SEPOLICY_VERSION) |
| 890 | endif |
| 891 | |
Inseob Kim | bfe25fe | 2021-12-15 22:44:21 +0900 | [diff] [blame] | 892 | ifeq ($(BOARD_SEPOLICY_VERS),$(PLATFORM_SEPOLICY_VERSION)) |
| 893 | IS_TARGET_MIXED_SEPOLICY := |
| 894 | else |
| 895 | IS_TARGET_MIXED_SEPOLICY := true |
| 896 | endif |
| 897 | |
| 898 | .KATI_READONLY := IS_TARGET_MIXED_SEPOLICY |
| 899 | |
Yifan Hong | 9bf9301 | 2018-02-05 15:52:46 -0800 | [diff] [blame] | 900 | # A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports. |
| 901 | PLATFORM_SEPOLICY_COMPAT_VERSIONS := \ |
Tri Vo | 790db2f | 2019-06-01 17:06:05 -0700 | [diff] [blame] | 902 | 29.0 \ |
Inseob Kim | f369fef | 2020-05-07 17:05:19 +0900 | [diff] [blame] | 903 | 30.0 \ |
Inseob Kim | 94c27ef | 2021-06-16 09:46:59 +0900 | [diff] [blame] | 904 | 31.0 \ |
Inseob Kim | e124e3a | 2021-11-19 18:41:05 +0900 | [diff] [blame] | 905 | 32.0 \ |
Inseob Kim | 0b734cc | 2022-05-02 14:19:51 +0900 | [diff] [blame] | 906 | 33.0 \ |
Yifan Hong | 9bf9301 | 2018-02-05 15:52:46 -0800 | [diff] [blame] | 907 | |
Tri Vo | d9c8e95 | 2018-03-27 13:49:19 -0700 | [diff] [blame] | 908 | .KATI_READONLY := \ |
| 909 | PLATFORM_SEPOLICY_COMPAT_VERSIONS \ |
| 910 | PLATFORM_SEPOLICY_VERSION \ |
| 911 | TOT_SEPOLICY_VERSION \ |
| 912 | |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 913 | ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) |
| 914 | ifneq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) |
| 915 | $(error PRODUCT_USE_DYNAMIC_PARTITIONS must be true when PRODUCT_RETROFIT_DYNAMIC_PARTITIONS \ |
| 916 | is set) |
| 917 | endif |
| 918 | ifdef PRODUCT_SHIPPING_API_LEVEL |
| 919 | ifeq (true,$(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),29)) |
| 920 | $(error Devices with shipping API level $(PRODUCT_SHIPPING_API_LEVEL) must not set \ |
| 921 | PRODUCT_RETROFIT_DYNAMIC_PARTITIONS) |
| 922 | endif |
| 923 | endif |
| 924 | endif |
| 925 | |
Yifan Hong | c5c0124 | 2018-11-09 10:27:23 -0800 | [diff] [blame] | 926 | ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) |
Yifan Hong | 889b1f7 | 2019-03-13 12:27:07 -0700 | [diff] [blame] | 927 | ifneq ($(PRODUCT_USE_DYNAMIC_PARTITION_SIZE),true) |
| 928 | $(error PRODUCT_USE_DYNAMIC_PARTITION_SIZE must be true for devices with dynamic partitions) |
| 929 | endif |
Yifan Hong | 2dae572 | 2018-07-31 12:47:27 -0700 | [diff] [blame] | 930 | endif |
| 931 | |
Yifan Hong | 889b1f7 | 2019-03-13 12:27:07 -0700 | [diff] [blame] | 932 | ifeq ($(PRODUCT_BUILD_SUPER_PARTITION),true) |
| 933 | ifneq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) |
| 934 | $(error Can only build super partition for devices with dynamic partitions) |
| 935 | endif |
| 936 | endif |
| 937 | |
| 938 | |
Yifan Hong | 2dae572 | 2018-07-31 12:47:27 -0700 | [diff] [blame] | 939 | ifeq ($(PRODUCT_USE_DYNAMIC_PARTITION_SIZE),true) |
Yifan Hong | bbcba1e | 2018-06-18 16:32:35 -0700 | [diff] [blame] | 940 | |
| 941 | ifneq ($(BOARD_SYSTEMIMAGE_PARTITION_SIZE),) |
| 942 | ifneq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),) |
| 943 | $(error Should not define BOARD_SYSTEMIMAGE_PARTITION_SIZE and \ |
| 944 | BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE together) |
Yifan Hong | ef4cd71 | 2018-05-18 17:46:04 -0700 | [diff] [blame] | 945 | endif |
Yifan Hong | bbcba1e | 2018-06-18 16:32:35 -0700 | [diff] [blame] | 946 | endif |
| 947 | |
Yifan Hong | 749062d | 2018-06-19 16:23:16 -0700 | [diff] [blame] | 948 | ifneq ($(BOARD_VENDORIMAGE_PARTITION_SIZE),) |
| 949 | ifneq ($(BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE),) |
| 950 | $(error Should not define BOARD_VENDORIMAGE_PARTITION_SIZE and \ |
| 951 | BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE together) |
| 952 | endif |
| 953 | endif |
| 954 | |
Bowgo Tsai | d624fa6 | 2017-11-14 23:42:30 +0800 | [diff] [blame] | 955 | ifneq ($(BOARD_ODMIMAGE_PARTITION_SIZE),) |
| 956 | ifneq ($(BOARD_ODMIMAGE_PARTITION_RESERVED_SIZE),) |
| 957 | $(error Should not define BOARD_ODMIMAGE_PARTITION_SIZE and \ |
| 958 | BOARD_ODMIMAGE_PARTITION_RESERVED_SIZE together) |
| 959 | endif |
| 960 | endif |
| 961 | |
Yifan Hong | cfb917a | 2020-05-07 14:58:20 -0700 | [diff] [blame] | 962 | ifneq ($(BOARD_VENDOR_DLKMIMAGE_PARTITION_SIZE),) |
| 963 | ifneq ($(BOARD_VENDOR_DLKMIMAGE_PARTITION_RESERVED_SIZE),) |
| 964 | $(error Should not define BOARD_VENDOR_DLKMIMAGE_PARTITION_SIZE and \ |
| 965 | BOARD_VENDOR_DLKMIMAGE_PARTITION_RESERVED_SIZE together) |
| 966 | endif |
| 967 | endif |
| 968 | |
Yifan Hong | f496f1b | 2020-07-15 16:52:59 -0700 | [diff] [blame] | 969 | ifneq ($(BOARD_ODM_DLKMIMAGE_PARTITION_SIZE),) |
| 970 | ifneq ($(BOARD_ODM_DLKMIMAGE_PARTITION_RESERVED_SIZE),) |
| 971 | $(error Should not define BOARD_ODM_DLKMIMAGE_PARTITION_SIZE and \ |
| 972 | BOARD_ODM_DLKMIMAGE_PARTITION_RESERVED_SIZE together) |
| 973 | endif |
| 974 | endif |
| 975 | |
Ramji Jiyani | 13a4137 | 2022-01-27 07:05:08 +0000 | [diff] [blame] | 976 | ifneq ($(BOARD_SYSTEM_DLKMIMAGE_PARTITION_SIZE),) |
| 977 | ifneq ($(BOARD_SYSTEM_DLKMIMAGE_PARTITION_RESERVED_SIZE),) |
| 978 | $(error Should not define BOARD_SYSTEM_DLKMIMAGE_PARTITION_SIZE and \ |
| 979 | BOARD_SYSTEM_DLKMIMAGE_PARTITION_RESERVED_SIZE together) |
| 980 | endif |
| 981 | endif |
| 982 | |
Yifan Hong | 56a6c3b | 2018-07-20 15:19:34 -0700 | [diff] [blame] | 983 | ifneq ($(BOARD_PRODUCTIMAGE_PARTITION_SIZE),) |
| 984 | ifneq ($(BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE),) |
| 985 | $(error Should not define BOARD_PRODUCTIMAGE_PARTITION_SIZE and \ |
| 986 | BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE together) |
| 987 | endif |
| 988 | endif |
| 989 | |
Justin Yun | 6151e3f | 2019-06-25 15:58:13 +0900 | [diff] [blame] | 990 | ifneq ($(BOARD_SYSTEM_EXTIMAGE_PARTITION_SIZE),) |
| 991 | ifneq ($(BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE),) |
| 992 | $(error Should not define BOARD_SYSTEM_EXTIMAGE_PARTITION_SIZE and \ |
| 993 | BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE together) |
Yifan Hong | 9c35a02 | 2018-07-20 15:33:47 -0700 | [diff] [blame] | 994 | endif |
| 995 | endif |
| 996 | |
Yifan Hong | 2dae572 | 2018-07-31 12:47:27 -0700 | [diff] [blame] | 997 | endif # PRODUCT_USE_DYNAMIC_PARTITION_SIZE |
| 998 | |
Yifan Hong | 889b1f7 | 2019-03-13 12:27:07 -0700 | [diff] [blame] | 999 | ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) |
Yifan Hong | b43012f | 2018-10-01 17:30:01 -0700 | [diff] [blame] | 1000 | |
| 1001 | # BOARD_SUPER_PARTITION_GROUPS defines a list of "updatable groups". Each updatable group is a |
| 1002 | # group of partitions that share the same pool of free spaces. |
| 1003 | # For each group in BOARD_SUPER_PARTITION_GROUPS, a BOARD_{GROUP}_SIZE and |
| 1004 | # BOARD_{GROUP}_PARTITION_PARTITION_LIST may be defined. |
| 1005 | # - BOARD_{GROUP}_SIZE: The maximum sum of sizes of all partitions in the group. |
Yifan Hong | a50b5e3 | 2018-10-25 13:17:27 -0700 | [diff] [blame] | 1006 | # Must not be empty. |
Yifan Hong | b43012f | 2018-10-01 17:30:01 -0700 | [diff] [blame] | 1007 | # - BOARD_{GROUP}_PARTITION_PARTITION_LIST: the list of partitions that belongs to this group. |
| 1008 | # If empty, no partitions belong to this group, and the sum of sizes is effectively 0. |
| 1009 | $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \ |
Yifan Hong | 889b1f7 | 2019-03-13 12:27:07 -0700 | [diff] [blame] | 1010 | $(eval BOARD_$(group)_SIZE := $(strip $(BOARD_$(group)_SIZE))) \ |
| 1011 | $(if $(BOARD_$(group)_SIZE),,$(error BOARD_$(group)_SIZE must not be empty)) \ |
| 1012 | $(eval .KATI_READONLY := BOARD_$(group)_SIZE) \ |
Tao Bao | 48a2feb | 2019-06-28 11:00:05 -0700 | [diff] [blame] | 1013 | $(eval BOARD_$(group)_PARTITION_LIST ?=) \ |
| 1014 | $(eval .KATI_READONLY := BOARD_$(group)_PARTITION_LIST) \ |
Yifan Hong | 889b1f7 | 2019-03-13 12:27:07 -0700 | [diff] [blame] | 1015 | ) |
Yifan Hong | b43012f | 2018-10-01 17:30:01 -0700 | [diff] [blame] | 1016 | |
Yifan Hong | b43012f | 2018-10-01 17:30:01 -0700 | [diff] [blame] | 1017 | # Define BOARD_SUPER_PARTITION_PARTITION_LIST, the sum of all BOARD_*_PARTITION_LIST |
| 1018 | ifdef BOARD_SUPER_PARTITION_PARTITION_LIST |
| 1019 | $(error BOARD_SUPER_PARTITION_PARTITION_LIST should not be defined, but computed from \ |
| 1020 | BOARD_SUPER_PARTITION_GROUPS and BOARD_*_PARTITION_LIST) |
| 1021 | endif |
| 1022 | BOARD_SUPER_PARTITION_PARTITION_LIST := \ |
Luca Stefani | c158e42 | 2020-05-12 20:36:31 +0200 | [diff] [blame] | 1023 | $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)),$(BOARD_$(group)_PARTITION_LIST)) |
Yifan Hong | b43012f | 2018-10-01 17:30:01 -0700 | [diff] [blame] | 1024 | .KATI_READONLY := BOARD_SUPER_PARTITION_PARTITION_LIST |
| 1025 | |
Yifan Hong | e5d879a | 2018-11-27 11:37:38 -0800 | [diff] [blame] | 1026 | ifneq ($(BOARD_SUPER_PARTITION_SIZE),) |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1027 | ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) |
| 1028 | |
| 1029 | # The metadata device must be specified manually for retrofitting. |
Yifan Hong | c767f7c | 2018-11-08 15:41:24 -0800 | [diff] [blame] | 1030 | ifeq ($(BOARD_SUPER_PARTITION_METADATA_DEVICE),) |
| 1031 | $(error Must specify BOARD_SUPER_PARTITION_METADATA_DEVICE if PRODUCT_RETROFIT_DYNAMIC_PARTITIONS=true.) |
| 1032 | endif |
| 1033 | |
| 1034 | # The super partition block device list must be specified manually for retrofitting. |
| 1035 | ifeq ($(BOARD_SUPER_PARTITION_BLOCK_DEVICES),) |
| 1036 | $(error Must specify BOARD_SUPER_PARTITION_BLOCK_DEVICES if PRODUCT_RETROFIT_DYNAMIC_PARTITIONS=true.) |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1037 | endif |
| 1038 | |
| 1039 | # The metadata device must be included in the super partition block device list. |
| 1040 | ifeq (,$(filter $(BOARD_SUPER_PARTITION_METADATA_DEVICE),$(BOARD_SUPER_PARTITION_BLOCK_DEVICES))) |
| 1041 | $(error BOARD_SUPER_PARTITION_METADATA_DEVICE is not listed in BOARD_SUPER_PARTITION_BLOCK_DEVICES.) |
| 1042 | endif |
| 1043 | |
| 1044 | # The metadata device must be supplied to init via the kernel command-line. |
Anton Hansson | 72e36f0 | 2019-02-26 17:36:30 +0000 | [diff] [blame] | 1045 | INTERNAL_KERNEL_CMDLINE += androidboot.super_partition=$(BOARD_SUPER_PARTITION_METADATA_DEVICE) |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1046 | |
Tao Bao | 519d182 | 2018-12-27 12:47:23 -0800 | [diff] [blame] | 1047 | BOARD_BUILD_RETROFIT_DYNAMIC_PARTITIONS_OTA_PACKAGE := true |
| 1048 | |
| 1049 | # If "vendor" is listed as one of the dynamic partitions but without its image available (e.g. an |
| 1050 | # AOSP target built without vendor image), don't build the retrofit full OTA package. Because we |
| 1051 | # won't be able to build meaningful super_* images for retrofitting purpose. |
| 1052 | ifneq (,$(filter vendor,$(BOARD_SUPER_PARTITION_PARTITION_LIST))) |
Dan Willemsen | 6749520 | 2019-01-16 12:42:05 -0800 | [diff] [blame] | 1053 | ifndef BUILDING_VENDOR_IMAGE |
Tao Bao | 519d182 | 2018-12-27 12:47:23 -0800 | [diff] [blame] | 1054 | ifndef BOARD_PREBUILT_VENDORIMAGE |
| 1055 | BOARD_BUILD_RETROFIT_DYNAMIC_PARTITIONS_OTA_PACKAGE := |
| 1056 | endif # BOARD_PREBUILT_VENDORIMAGE |
Dan Willemsen | 6749520 | 2019-01-16 12:42:05 -0800 | [diff] [blame] | 1057 | endif # BUILDING_VENDOR_IMAGE |
Tao Bao | 519d182 | 2018-12-27 12:47:23 -0800 | [diff] [blame] | 1058 | endif # BOARD_SUPER_PARTITION_PARTITION_LIST |
| 1059 | |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1060 | else # PRODUCT_RETROFIT_DYNAMIC_PARTITIONS |
| 1061 | |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1062 | # For normal devices, we populate BOARD_SUPER_PARTITION_BLOCK_DEVICES so the |
| 1063 | # build can handle both cases consistently. |
Yifan Hong | 035c0ea | 2019-01-04 14:54:56 -0800 | [diff] [blame] | 1064 | ifeq ($(BOARD_SUPER_PARTITION_METADATA_DEVICE),) |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1065 | BOARD_SUPER_PARTITION_METADATA_DEVICE := super |
Yifan Hong | 035c0ea | 2019-01-04 14:54:56 -0800 | [diff] [blame] | 1066 | endif |
| 1067 | |
| 1068 | ifeq ($(BOARD_SUPER_PARTITION_BLOCK_DEVICES),) |
| 1069 | BOARD_SUPER_PARTITION_BLOCK_DEVICES := $(BOARD_SUPER_PARTITION_METADATA_DEVICE) |
| 1070 | endif |
| 1071 | |
| 1072 | # If only one super block device, default to super partition size. |
| 1073 | ifeq ($(word 2,$(BOARD_SUPER_PARTITION_BLOCK_DEVICES)),) |
| 1074 | BOARD_SUPER_PARTITION_$(call to-upper,$(strip $(BOARD_SUPER_PARTITION_BLOCK_DEVICES)))_DEVICE_SIZE ?= \ |
| 1075 | $(BOARD_SUPER_PARTITION_SIZE) |
| 1076 | endif |
| 1077 | |
| 1078 | ifneq ($(BOARD_SUPER_PARTITION_METADATA_DEVICE),super) |
Anton Hansson | 72e36f0 | 2019-02-26 17:36:30 +0000 | [diff] [blame] | 1079 | INTERNAL_KERNEL_CMDLINE += androidboot.super_partition=$(BOARD_SUPER_PARTITION_METADATA_DEVICE) |
Yifan Hong | 035c0ea | 2019-01-04 14:54:56 -0800 | [diff] [blame] | 1080 | endif |
Tao Bao | 519d182 | 2018-12-27 12:47:23 -0800 | [diff] [blame] | 1081 | BOARD_BUILD_RETROFIT_DYNAMIC_PARTITIONS_OTA_PACKAGE := |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1082 | |
| 1083 | endif # PRODUCT_RETROFIT_DYNAMIC_PARTITIONS |
| 1084 | endif # BOARD_SUPER_PARTITION_SIZE |
Daniel Norman | 0bf940c | 2019-06-10 12:50:19 -0700 | [diff] [blame] | 1085 | BOARD_SUPER_PARTITION_BLOCK_DEVICES ?= |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1086 | .KATI_READONLY := BOARD_SUPER_PARTITION_BLOCK_DEVICES |
Daniel Norman | 0bf940c | 2019-06-10 12:50:19 -0700 | [diff] [blame] | 1087 | BOARD_SUPER_PARTITION_METADATA_DEVICE ?= |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1088 | .KATI_READONLY := BOARD_SUPER_PARTITION_METADATA_DEVICE |
Daniel Norman | 0bf940c | 2019-06-10 12:50:19 -0700 | [diff] [blame] | 1089 | BOARD_BUILD_RETROFIT_DYNAMIC_PARTITIONS_OTA_PACKAGE ?= |
Tao Bao | 519d182 | 2018-12-27 12:47:23 -0800 | [diff] [blame] | 1090 | .KATI_READONLY := BOARD_BUILD_RETROFIT_DYNAMIC_PARTITIONS_OTA_PACKAGE |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1091 | |
| 1092 | $(foreach device,$(call to-upper,$(BOARD_SUPER_PARTITION_BLOCK_DEVICES)), \ |
Yifan Hong | e5d879a | 2018-11-27 11:37:38 -0800 | [diff] [blame] | 1093 | $(eval BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE := $(strip $(BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE))) \ |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1094 | $(if $(BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE),, \ |
Yifan Hong | 035c0ea | 2019-01-04 14:54:56 -0800 | [diff] [blame] | 1095 | $(error BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE must not be empty)) \ |
David Anderson | 619fe2d | 2018-10-30 18:47:59 -0700 | [diff] [blame] | 1096 | $(eval .KATI_READONLY := BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE)) |
| 1097 | |
Daniel Norman | 0bf940c | 2019-06-10 12:50:19 -0700 | [diff] [blame] | 1098 | endif # PRODUCT_USE_DYNAMIC_PARTITIONS |
Yifan Hong | ef4cd71 | 2018-05-18 17:46:04 -0700 | [diff] [blame] | 1099 | |
Bill Peckham | e3cf609 | 2021-01-08 09:37:47 -0800 | [diff] [blame] | 1100 | # By default, we build the hidden API csv files from source. You can use |
| 1101 | # prebuilt hiddenapi files by setting BOARD_PREBUILT_HIDDENAPI_DIR to the name |
| 1102 | # of a directory containing both prebuilt hiddenapi-flags.csv and |
| 1103 | # hiddenapi-index.csv. |
| 1104 | BOARD_PREBUILT_HIDDENAPI_DIR ?= |
| 1105 | .KATI_READONLY := BOARD_PREBUILT_HIDDENAPI_DIR |
| 1106 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1107 | # ############################################################### |
| 1108 | # Set up final options. |
| 1109 | # ############################################################### |
| 1110 | |
Kousik Kumar | 92f3261 | 2020-10-20 05:52:49 +0000 | [diff] [blame] | 1111 | # We run gcc/clang with PWD=/proc/self/cwd to remove the $TOP |
| 1112 | # from the debug output. That way two builds in two different |
| 1113 | # directories will create the same output. |
| 1114 | # /proc doesn't exist on Darwin. |
| 1115 | ifeq ($(HOST_OS),linux) |
| 1116 | RELATIVE_PWD := PWD=/proc/self/cwd |
| 1117 | else |
| 1118 | RELATIVE_PWD := |
| 1119 | endif |
| 1120 | |
Ian Rogers | 5d186ae | 2014-04-18 15:23:40 -0700 | [diff] [blame] | 1121 | # Flags for DEX2OAT |
Andreas Gampe | 847b00b | 2015-10-15 20:43:29 -0700 | [diff] [blame] | 1122 | first_non_empty_of_three = $(if $(1),$(1),$(if $(2),$(2),$(3))) |
Ian Rogers | 5d186ae | 2014-04-18 15:23:40 -0700 | [diff] [blame] | 1123 | DEX2OAT_TARGET_ARCH := $(TARGET_ARCH) |
Andreas Gampe | 847b00b | 2015-10-15 20:43:29 -0700 | [diff] [blame] | 1124 | DEX2OAT_TARGET_CPU_VARIANT := $(call first_non_empty_of_three,$(TARGET_CPU_VARIANT),$(TARGET_ARCH_VARIANT),default) |
Anton Hansson | 71b7f7f | 2019-02-21 11:36:37 +0000 | [diff] [blame] | 1125 | DEX2OAT_TARGET_CPU_VARIANT_RUNTIME := $(call first_non_empty_of_three,$(TARGET_CPU_VARIANT_RUNTIME),$(TARGET_ARCH_VARIANT),default) |
Ying Wang | 8c7e74e | 2014-03-20 12:13:10 -0700 | [diff] [blame] | 1126 | DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := default |
Ying Wang | 8c7e74e | 2014-03-20 12:13:10 -0700 | [diff] [blame] | 1127 | |
Ying Wang | b9aa5d4 | 2014-05-13 13:57:28 -0700 | [diff] [blame] | 1128 | ifdef TARGET_2ND_ARCH |
| 1129 | $(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH := $(TARGET_2ND_ARCH) |
Andreas Gampe | 847b00b | 2015-10-15 20:43:29 -0700 | [diff] [blame] | 1130 | $(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_CPU_VARIANT := $(call first_non_empty_of_three,$(TARGET_2ND_CPU_VARIANT),$(TARGET_2ND_ARCH_VARIANT),default) |
Anton Hansson | 71b7f7f | 2019-02-21 11:36:37 +0000 | [diff] [blame] | 1131 | $(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_CPU_VARIANT_RUNTIME := $(call first_non_empty_of_three,$(TARGET_2ND_CPU_VARIANT_RUNTIME),$(TARGET_2ND_ARCH_VARIANT),default) |
Ying Wang | b9aa5d4 | 2014-05-13 13:57:28 -0700 | [diff] [blame] | 1132 | $(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := default |
Ying Wang | b9aa5d4 | 2014-05-13 13:57:28 -0700 | [diff] [blame] | 1133 | endif |
| 1134 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1135 | # ############################################################### |
| 1136 | # Collect a list of the SDK versions that we could compile against |
| 1137 | # For use with the LOCAL_SDK_VERSION variable for include $(BUILD_PACKAGE) |
| 1138 | # ############################################################### |
| 1139 | |
Ying Wang | 9978faf | 2011-11-29 10:24:27 -0800 | [diff] [blame] | 1140 | HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/sdk |
Ying Wang | b50bd7f | 2011-11-29 11:20:16 -0800 | [diff] [blame] | 1141 | HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/ndk |
Ying Wang | 0f6f4ca | 2010-06-09 10:26:26 -0700 | [diff] [blame] | 1142 | |
Ying Wang | 589e8c5 | 2015-05-19 16:03:57 -0700 | [diff] [blame] | 1143 | # The path where app can reference the support library resources. |
Jeongik Cha | d05b57a | 2020-07-08 18:10:38 +0900 | [diff] [blame] | 1144 | ifdef TARGET_BUILD_USE_PREBUILT_SDKS |
Ying Wang | 589e8c5 | 2015-05-19 16:03:57 -0700 | [diff] [blame] | 1145 | SUPPORT_LIBRARY_ROOT := $(HISTORICAL_SDK_VERSIONS_ROOT)/current/support |
| 1146 | else |
| 1147 | SUPPORT_LIBRARY_ROOT := frameworks/support |
| 1148 | endif |
| 1149 | |
Anton Hansson | 66d47b8 | 2018-04-27 14:11:17 +0100 | [diff] [blame] | 1150 | get-sdk-version = $(if $(findstring _,$(1)),$(subst core_,,$(subst system_,,$(subst test_,,$(1)))),$(1)) |
| 1151 | get-sdk-api = $(if $(findstring _,$(1)),$(patsubst %_$(call get-sdk-version,$(1)),%,$(1)),public) |
| 1152 | get-prebuilt-sdk-dir = $(HISTORICAL_SDK_VERSIONS_ROOT)/$(call get-sdk-version,$(1))/$(call get-sdk-api,$(1)) |
| 1153 | |
Anton Hansson | 400673c | 2018-04-10 16:16:33 +0100 | [diff] [blame] | 1154 | # Resolve LOCAL_SDK_VERSION to prebuilt module name, e.g.: |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1155 | # 23 -> sdk_public_23_android |
| 1156 | # system_current -> sdk_system_current_android |
Anton Hansson | 400673c | 2018-04-10 16:16:33 +0100 | [diff] [blame] | 1157 | # $(1): An sdk version (LOCAL_SDK_VERSION) |
Anton Hansson | f5cefdc | 2018-04-12 16:17:55 +0100 | [diff] [blame] | 1158 | # $(2): optional library name (default: android) |
Anton Hansson | 400673c | 2018-04-10 16:16:33 +0100 | [diff] [blame] | 1159 | define resolve-prebuilt-sdk-module |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1160 | $(if $(findstring _,$(1)),\ |
Anton Hansson | f5cefdc | 2018-04-12 16:17:55 +0100 | [diff] [blame] | 1161 | sdk_$(1)_$(or $(2),android),\ |
| 1162 | sdk_public_$(1)_$(or $(2),android)) |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1163 | endef |
| 1164 | |
Anton Hansson | 66d47b8 | 2018-04-27 14:11:17 +0100 | [diff] [blame] | 1165 | # Resolve LOCAL_SDK_VERSION to prebuilt android.jar |
| 1166 | # $(1): LOCAL_SDK_VERSION |
| 1167 | resolve-prebuilt-sdk-jar-path = $(call get-prebuilt-sdk-dir,$(1))/android.jar |
| 1168 | |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1169 | # Resolve LOCAL_SDK_VERSION to prebuilt framework.aidl |
| 1170 | # $(1): An sdk version (LOCAL_SDK_VERSION) |
Anton Hansson | 66d47b8 | 2018-04-27 14:11:17 +0100 | [diff] [blame] | 1171 | resolve-prebuilt-sdk-aidl-path = $(call get-prebuilt-sdk-dir,$(call get-sdk-version,$(1)))/framework.aidl |
Anton Hansson | 400673c | 2018-04-10 16:16:33 +0100 | [diff] [blame] | 1172 | |
Ying Wang | 0f6f4ca | 2010-06-09 10:26:26 -0700 | [diff] [blame] | 1173 | # Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N. |
| 1174 | # The 'current' version is whatever this source tree is. |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1175 | # |
| 1176 | # sgrax is the opposite of xargs. It takes the list of args and puts them |
| 1177 | # on each line for sort to process. |
| 1178 | # sort -g is a numeric sort, so 1 2 3 10 instead of 1 10 2 3. |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1179 | |
Ying Wang | 0f6f4ca | 2010-06-09 10:26:26 -0700 | [diff] [blame] | 1180 | # Numerically sort a list of numbers |
| 1181 | # $(1): the list of numbers to be sorted |
| 1182 | define numerically_sort |
| 1183 | $(shell function sgrax() { \ |
| 1184 | while [ -n "$$1" ] ; do echo $$1 ; shift ; done \ |
| 1185 | } ; \ |
| 1186 | ( sgrax $(1) | sort -g ) ) |
| 1187 | endef |
| 1188 | |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1189 | # This produces a list like "current/core current/public current/system 4/public" |
| 1190 | TARGET_AVAILABLE_SDK_VERSIONS := $(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/*/*/android.jar) |
| 1191 | TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst $(HISTORICAL_SDK_VERSIONS_ROOT)/%/android.jar,%,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
Colin Cross | e85c66c | 2021-04-20 10:18:37 -0700 | [diff] [blame] | 1192 | # Strips and reorganizes the "public", "core", "system" and "test" subdirs. |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1193 | TARGET_AVAILABLE_SDK_VERSIONS := $(subst /public,,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
| 1194 | TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst %/core,core_%,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
| 1195 | TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst %/system,system_%,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
Colin Cross | e85c66c | 2021-04-20 10:18:37 -0700 | [diff] [blame] | 1196 | TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst %/test,test_%,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
| 1197 | # module-lib and system-server are not supported in Make. |
| 1198 | TARGET_AVAILABLE_SDK_VERSIONS := $(filter-out %/module-lib %/system-server,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
Anton Hansson | 9235faa | 2018-04-10 16:18:44 +0100 | [diff] [blame] | 1199 | TARGET_AVAIALBLE_SDK_VERSIONS := $(call numerically_sort,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1200 | |
Colin Cross | f960257 | 2017-10-12 13:34:40 -0700 | [diff] [blame] | 1201 | TARGET_SDK_VERSIONS_WITHOUT_JAVA_18_SUPPORT := $(call numbers_less_than,24,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
Pete Gillin | 5809047 | 2019-05-20 15:41:12 +0100 | [diff] [blame] | 1202 | TARGET_SDK_VERSIONS_WITHOUT_JAVA_19_SUPPORT := $(call numbers_less_than,30,$(TARGET_AVAILABLE_SDK_VERSIONS)) |
Colin Cross | f960257 | 2017-10-12 13:34:40 -0700 | [diff] [blame] | 1203 | |
Mathieu Chartier | 09f3b97 | 2018-03-23 21:57:02 -0700 | [diff] [blame] | 1204 | # Missing optional uses-libraries so that the platform doesn't create build rules that depend on |
Colin Cross | b2a549b | 2019-05-22 10:21:21 -0700 | [diff] [blame] | 1205 | # them. |
| 1206 | INTERNAL_PLATFORM_MISSING_USES_LIBRARIES := \ |
| 1207 | com.google.android.ble \ |
| 1208 | com.google.android.media.effects \ |
| 1209 | com.google.android.wearable \ |
Mathieu Chartier | 09f3b97 | 2018-03-23 21:57:02 -0700 | [diff] [blame] | 1210 | |
Bruce Beare | f1582e5 | 2010-10-14 14:31:48 -0700 | [diff] [blame] | 1211 | # This is the standard way to name a directory containing prebuilt target |
| 1212 | # objects. E.g., prebuilt/$(TARGET_PREBUILT_TAG)/libc.so |
Jeff Brown | e33ba4c | 2011-07-11 22:11:46 -0700 | [diff] [blame] | 1213 | TARGET_PREBUILT_TAG := android-$(TARGET_ARCH) |
Colin Cross | 12d18eb | 2014-05-22 12:01:23 -0700 | [diff] [blame] | 1214 | ifdef TARGET_2ND_ARCH |
| 1215 | TARGET_2ND_PREBUILT_TAG := android-$(TARGET_2ND_ARCH) |
| 1216 | endif |
Bruce Beare | f1582e5 | 2010-10-14 14:31:48 -0700 | [diff] [blame] | 1217 | |
Tim Murray | 1a6f09a | 2013-03-05 11:07:15 -0800 | [diff] [blame] | 1218 | # Set up RS prebuilt variables for compatibility library |
| 1219 | |
Tim Murray | dc1d0ab | 2014-09-30 15:08:03 -0700 | [diff] [blame] | 1220 | RS_PREBUILT_CLCORE := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/librsrt_$(TARGET_ARCH).bc |
Tim Murray | 1a6f09a | 2013-03-05 11:07:15 -0800 | [diff] [blame] | 1221 | RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcompiler_rt.a |
| 1222 | |
Miao Wang | e4359cf | 2015-01-07 18:18:41 -0800 | [diff] [blame] | 1223 | # API Level lists for Renderscript Compat lib. |
| 1224 | RSCOMPAT_32BIT_ONLY_API_LEVELS := 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Miao Wang | ec27a89 | 2014-11-20 11:05:18 -0800 | [diff] [blame] | 1225 | RSCOMPAT_NO_USAGEIO_API_LEVELS := 8 9 10 11 12 13 |
Miao Wang | e4359cf | 2015-01-07 18:18:41 -0800 | [diff] [blame] | 1226 | |
Colin Cross | c7bd540 | 2017-10-30 17:31:44 -0700 | [diff] [blame] | 1227 | APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION) |
Colin Cross | c7bd540 | 2017-10-30 17:31:44 -0700 | [diff] [blame] | 1228 | |
Chih-Hung Hsieh | 1876acd | 2017-11-06 10:47:24 -0800 | [diff] [blame] | 1229 | # ANDROID_WARNING_ALLOWED_PROJECTS is generated by build/soong. |
Chih-Hung Hsieh | bab0488 | 2016-10-11 15:38:39 -0700 | [diff] [blame] | 1230 | define find_warning_allowed_projects |
| 1231 | $(filter $(ANDROID_WARNING_ALLOWED_PROJECTS),$(1)/) |
| 1232 | endef |
| 1233 | |
Colin Cross | 85722b8 | 2022-04-18 11:32:19 -0700 | [diff] [blame] | 1234 | GOMA_POOL := |
| 1235 | RBE_POOL := |
| 1236 | GOMA_OR_RBE_POOL := |
| 1237 | # When goma or RBE are enabled, kati will be passed --default_pool=local_pool to put |
| 1238 | # most rules into the local pool. Explicitly set the pool to "none" for rules that |
| 1239 | # should be run outside the local pool, i.e. with -j500. |
| 1240 | ifneq (,$(filter-out false,$(USE_GOMA))) |
| 1241 | GOMA_POOL := none |
| 1242 | GOMA_OR_RBE_POOL := none |
| 1243 | else ifneq (,$(filter-out false,$(USE_RBE))) |
| 1244 | RBE_POOL := none |
| 1245 | GOMA_OR_RBE_POOL := none |
| 1246 | endif |
| 1247 | .KATI_READONLY := GOMA_POOL RBE_POOL GOMA_OR_RBE_POOL |
| 1248 | |
| 1249 | JAVAC_NINJA_POOL := |
| 1250 | R8_NINJA_POOL := |
| 1251 | D8_NINJA_POOL := |
| 1252 | |
| 1253 | ifneq ($(filter-out false,$(USE_RBE)),) |
| 1254 | ifdef RBE_JAVAC |
| 1255 | JAVAC_NINJA_POOL := $(RBE_POOL) |
| 1256 | endif |
| 1257 | ifdef RBE_R8 |
| 1258 | R8_NINJA_POOL := $(RBE_POOL) |
| 1259 | endif |
| 1260 | ifdef RBE_D8 |
| 1261 | D8_NINJA_POOL := $(RBE_POOL) |
| 1262 | endif |
| 1263 | endif |
| 1264 | |
| 1265 | .KATI_READONLY := JAVAC_NINJA_POOL R8_NINJA_POOL D8_NINJA_POOL |
| 1266 | |
Dan Willemsen | 01a19a1 | 2016-11-09 16:35:34 -0800 | [diff] [blame] | 1267 | # These goals don't need to collect and include Android.mks/CleanSpec.mks |
| 1268 | # in the source tree. |
Cole Faust | 81f1e92 | 2022-04-08 11:12:10 -0700 | [diff] [blame] | 1269 | dont_bother_goals := out product-graph |
Dan Willemsen | 01a19a1 | 2016-11-09 16:35:34 -0800 | [diff] [blame] | 1270 | |
Martin Stjernholm | 786bbea | 2021-02-19 09:10:58 +0000 | [diff] [blame] | 1271 | # Make ANDROID Soong config variables visible to Android.mk files, for |
| 1272 | # consistency with those defined in BoardConfig.mk files. |
Bill Peckham | 48ae71a | 2020-07-22 17:59:34 -0700 | [diff] [blame] | 1273 | include $(BUILD_SYSTEM)/android_soong_config_vars.mk |
Martin Stjernholm | 786bbea | 2021-02-19 09:10:58 +0000 | [diff] [blame] | 1274 | |
| 1275 | ifeq ($(CALLED_FROM_SETUP),true) |
Dan Willemsen | 04f53ed | 2016-11-09 17:22:15 -0800 | [diff] [blame] | 1276 | include $(BUILD_SYSTEM)/ninja_config.mk |
Dan Willemsen | 04f53ed | 2016-11-09 17:22:15 -0800 | [diff] [blame] | 1277 | include $(BUILD_SYSTEM)/soong_config.mk |
| 1278 | endif |
| 1279 | |
Nelson Li | 1f8357f | 2019-03-14 01:04:05 +0000 | [diff] [blame] | 1280 | -include external/linux-kselftest/android/kselftest_test_list.mk |
| 1281 | -include external/ltp/android/ltp_package_list.mk |
| 1282 | DEFAULT_DATA_OUT_MODULES := ltp $(ltp_packages) $(kselftest_modules) |
Sasha Smundak | da25b69 | 2019-03-25 13:26:03 -0700 | [diff] [blame] | 1283 | .KATI_READONLY := DEFAULT_DATA_OUT_MODULES |
Nelson Li | 1f8357f | 2019-03-14 01:04:05 +0000 | [diff] [blame] | 1284 | |
Ying Wang | 854be68 | 2013-04-05 18:02:16 -0700 | [diff] [blame] | 1285 | include $(BUILD_SYSTEM)/dumpvar.mk |