platform_build/core
Ray-cy.lee e97e0cb16b Add the option for custom_image to be AVB or NONAVB
Check BOARD_AVB_$(call to-upper,$(partition))_KEY_PATH to decide whether custom_image should sign AVB or not. If key path isn't set, the custom image will be excluded from AVB and copied to /IMAGES in target-files directly. This allows vendor to use custom_images flow packing unsigned image.
And to every non-avb custom partition, one image whose name is partition name must be added in its BOARD_<CUSTOM_PARTITION>_IMAGE_LIST.

BOARD_CUSTOMIMAGES_PARTITION_LIST := tvconfig
BOARD_TVCONFIG_IMAGE_LIST := \
    device/xxxx/yyyy/tvconfig.img \
    device/xxxx/yyyy/tvconfig_custom1.img

Test:
1) Build image, target-files, OTA package by m and m dist
2) Sign images by sign_target_files_apk.py

Fix: 285227850
Change-Id: I7477dafe023e4b168f0f08fb7aedd9e511a60e1b
2023-07-26 20:21:29 +08:00
..
clang Remove OWNERS access for non-build team people to core build system 2023-02-28 10:52:10 -08:00
combo Add armv9-a arch variant. 2023-03-05 14:38:12 -08:00
tasks add sha256 to art-host-tests zip to lower rbe upload overhead 2023-06-29 00:18:38 +00:00
aapt2.mk
aapt_flags.mk
all_versions.bzl Allow importing starlark code in makefiles 2023-05-09 15:12:58 -07:00
allowed_ndk_types.mk
android_manifest.mk
android_soong_config_vars.mk Merge "Add PRODUCT_AVF_KERNEL_MODULES_ENABLED" am: fe22cc38da 2023-06-08 00:07:43 +00:00
app_certificate_validate.mk
app_prebuilt_internal.mk Generate SBOM of the target product in file sbom.spdx.json in product out directory. 2023-03-14 15:14:06 -07:00
art_config.mk Determine whether to enable userfaultfd GC at build time. 2022-11-17 16:33:44 +00:00
artifact_path_requirements.mk
autogen_test_config.mk
base_rules.mk Trace build time by module name. 2023-06-26 23:30:31 +00:00
binary.mk BOARD_VNDK_VERSION must be set first pass 2023-06-07 20:57:38 +00:00
board_config.mk BOARD_VNDK_VERSION must be set first pass 2023-06-07 20:57:38 +00:00
board_config_wifi.mk Revert "Add rule to convert WIFI_FEATURE_IMU_DETECTION" 2023-06-22 17:32:03 +00:00
build-system.html
BUILD.bazel Rename BUILD file to BUILD.bazel 2022-12-01 07:31:32 +00:00
build_id.mk Version bump to TQ2A.230505.002 [core/build_id.mk] 2023-04-05 21:49:42 +00:00
build_rro_package.mk
cc_prebuilt_internal.mk Replace dependencies from the Makefile to API imported modules 2022-09-02 13:15:05 +09:00
ccache.mk
check_elf_file.mk
checktree
cleanbuild.mk remove reference to old VTS config 2023-03-22 21:11:42 +00:00
cleanspec.mk Remove fs-verity build manifest for vendor/odm/product 2022-09-20 14:53:51 -07:00
clear_vars.mk Clean additional Robolectric variable 2023-03-17 23:55:29 +00:00
config.mk Add 34.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS 2023-06-23 15:51:26 +09:00
config_sanitizers.mk Merge "[MTE] [gnu make] Add memtag_globals as a sanitizer target." 2023-06-26 05:50:11 +00:00
configure_module_stem.mk
copy_headers.mk BOARD_VNDK_VERSION must be set first pass 2023-06-07 20:57:38 +00:00
cxx_stl_setup.mk
definitions.mk Merge "Use Z_BEST_COMPRESSION for compress-package" 2023-06-13 10:09:54 +00:00
deprecation.mk
dex_preopt.mk Add an entry in METADATA.txt to determine whether to use the CMC GC. 2023-06-19 20:20:05 +01:00
dex_preopt_config.mk Also disable dexpreopt for boot images for unbundled builds. 2023-05-10 13:54:50 +01:00
dex_preopt_config_merger.py
dex_preopt_libart.mk
dex_preopt_odex_install.mk Add mainline extension and METADATA.txt to boot.zip. 2023-06-09 17:56:31 +01:00
distdir.mk Introduce dist-for-goals-with-filenametag 2023-04-27 16:10:05 +09:00
dumpconfig.mk
dumpvar.mk Split envsetup.sh PATH setting into lunch-dependent and lunch-independent values 2022-12-05 13:13:37 -08:00
dynamic_binary.mk
empty_test_config.xml
envsetup.mk Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. 2023-06-11 09:17:43 -07:00
executable.mk
executable_internal.mk
executable_prefer_symlink.mk
filter_symbols.sh
force_aapt2.mk
fuzz_test.mk
generate_enforce_rro.mk rearrange app-related artifact path in make 2023-04-24 13:16:32 +00:00
goma.mk
header_library.mk
header_library_internal.mk
host_executable.mk
host_executable_internal.mk Add basic musl support to make 2022-11-09 16:40:25 -08:00
host_java_library.mk Fix build error about jar manifest 2023-05-23 05:59:09 +00:00
host_java_library_common.mk
host_prebuilt.mk
host_shared_library.mk
host_shared_library_internal.mk Add basic musl support to make 2022-11-09 16:40:25 -08:00
host_static_library.mk
host_static_library_internal.mk
install_jni_libs.mk
install_jni_libs_internal.mk Create partition-specific symlink for jnilib install 2022-09-07 17:35:29 +00:00
instrumentation_test_config_template.xml Support test runnner option in auto generated test configs 2023-05-26 21:35:10 +00:00
jacoco.mk
java.mk Fix build error about jar manifest 2023-05-23 05:59:09 +00:00
java_common.mk Update hardcoded references to android_*stubs_current 2023-03-20 21:59:18 +00:00
java_host_test_config_template.xml Support test runnner option in auto generated test configs 2023-05-26 21:35:10 +00:00
java_host_unit_test_config_template.xml Export all jdk.compiler packages for host tests 2022-11-25 11:17:57 +00:00
java_library.mk
java_prebuilt_internal.mk
java_renderscript.mk
java_test_config_template.xml
jetifier.mk
layoutlib_fonts.mk
link_type.mk
LINUX_KERNEL_COPYING
local_current_sdk.mk
local_systemsdk.mk
local_vndk.mk BOARD_VNDK_VERSION must be set first pass 2023-06-07 20:57:38 +00:00
main.mk Change initialization message. 2023-06-26 07:04:42 +00:00
Makefile Add the option for custom_image to be AVB or NONAVB 2023-07-26 20:21:29 +08:00
misc_prebuilt_internal.mk
module_arch_supported.mk
multi_prebuilt.mk
multilib.mk
native_benchmark_test_config_template.xml
native_host_test_config_template.xml
native_test.mk
native_test_config_template.xml Support test runnner option in auto generated test configs 2023-05-26 21:35:10 +00:00
ninja_config.mk Pass docs goal to kati 2022-10-07 16:21:04 +00:00
node_fns.mk
notice_files.mk Merge "Assign each xts test package a copy license metadata" 2022-09-09 00:56:42 +00:00
os_licensing.mk Can declare 1p without cycles. 2023-03-01 15:51:24 -08:00
OWNERS Remove OWNERS access for non-build team people to core build system 2023-02-28 10:52:10 -08:00
pack_dyn_relocs_setup.mk
package.mk
package_internal.mk Don't build automatic RROs for tests 2023-05-18 03:14:01 +00:00
pathmap.mk
phony_package.mk
prebuilt.mk
prebuilt_internal.mk Generate SBOM of the target product in file sbom.spdx.json in product out directory. 2023-03-14 15:14:06 -07:00
process_wrapper.sh
process_wrapper_gdb.cmds
process_wrapper_gdb.sh
product-graph.mk Fix incorrect function call in product-graph 2022-08-29 17:22:50 +02:00
product.mk Remove PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES 2023-06-20 14:27:10 +09:00
product_config.mk Create default PRODUCT_INCLUDE_TAGS in product_config 2023-05-23 20:01:39 +00:00
product_config.rbc Strip values of soong_config_set calls 2023-05-16 10:53:05 -07:00
proguard.flags Further refine VisibleForTesting rules 2023-02-02 16:33:34 +00:00
proguard.jacoco.flags
proguard_basic_keeps.flags Merge "Keep methods annotated with @JavascriptInterface" 2023-03-29 22:24:00 +00:00
project_definitions.mk
python_binary_host_mobly_test_config_template.xml Add python mobly test template xml. 2023-03-09 08:40:02 +08:00
python_binary_host_test_config_template.xml
rbe.mk Fix remote execution of r8 and d8 in make 2023-01-19 18:17:08 +00:00
release_config.bzl Allow and merge multiple release configs with the same name 2023-06-12 23:29:25 -07:00
release_config.mk Rename device_config --> aconfig and definitions --> declarations 2023-06-21 15:18:15 -07:00
robolectric_test_config_template.xml Add java flags from external/robolectric-shadows/robotest.sh to tradefed template 2022-10-14 15:55:31 -07:00
root.mk
rust_device_benchmark_config_template.xml
rust_device_test_config_template.xml
rust_host_benchmark_config_template.xml
rust_host_test_config_template.xml
sbom.mk Include static libraries information in Android SBOM. 2023-06-16 23:02:09 -07:00
sdk_check.mk
shared_library.mk
shared_library_internal.mk
shell_test_config_template.xml
soong_android_app_set.mk
soong_app_prebuilt.mk Don't build automatic RROs for tests 2023-05-18 03:14:01 +00:00
soong_cc_rust_prebuilt.mk
soong_config.mk Merge "Do not pass TARGET_FLATTEN_APEX to soong" 2023-06-23 04:09:48 +00:00
soong_droiddoc_prebuilt.mk
soong_java_prebuilt.mk
static_java_library.mk
static_library.mk
static_library_internal.mk
suite_host_config.mk
support_libraries.mk
sysprop.mk BF_BUILD_NUMBER should have BUILD_NUMBER 2023-06-09 11:51:18 +09:00
target_test_internal.mk
use_lld_setup.mk
version_defaults.mk Merge changes from topic "aosp_starlark_release_config" am: d5eb7a6d28 2023-06-12 03:06:16 +00:00
version_util.mk Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. 2023-06-11 09:17:43 -07:00
WINPTHREADS_COPYING