platform_build_soong/ui/build
Kiyoung Kim 56b9618584 Do not dump BOARD_VNDK_VERSION
Soong dumps BOARD_VNDK_VERSION to check if devices use VNDK when VNDK is
first introduced. However, VNDK is fully used from all device so this is
no longer required. Also, BOARD_VNDK_VERSION property is expected to be
deprecated along with VNDK deprecation. This change removes
BOARD_VNDK_VERSION from dump variable target.

Bug: 316829758
Test: AOSP CF build succeeded
Change-Id: I2fdb92a0e03629366a515d3b6705f7a7db0c1159
2024-02-06 17:04:15 +09:00
..
paths Allowlist gcertstatus command to be run 2023-10-16 20:40:18 +00:00
sandbox/darwin
Android.bp Do not load Android.mk files from the directories defined in the list. 2024-01-02 19:06:48 -08:00
androidmk_denylist.go Update Android.mk denylist to only block the following directories in kernel/. 2024-01-11 23:51:42 +00:00
build.go Remove bp2build and bazel from soong_ui 2023-12-07 17:14:27 -08:00
cleanbuild.go Revert "Add out/partitions_were_clean_at_start_of_build.txt" 2023-10-13 02:51:08 +00:00
cleanbuild_test.go
config.go Add new soongdbg command and a big json file full of soong debugging info. 2024-02-03 14:44:11 -08:00
config_darwin.go
config_linux.go
config_test.go Remove bp2build and bazel from soong_ui 2023-12-07 17:14:27 -08:00
context.go Add critical path infomation into metrics 2023-03-14 17:59:22 +09:00
dumpvars.go Do not dump BOARD_VNDK_VERSION 2024-02-06 17:04:15 +09:00
environment.go cd to / before running soong_build . 2021-03-03 09:14:22 +01:00
environment_test.go
exec.go
finder.go Do not load Android.mk files from the directories defined in the list. 2024-01-02 19:06:48 -08:00
goma.go
kati.go Remove SymlinkOutputs 2024-01-18 12:43:24 -08:00
ninja.go Improve soong stuck ninja detection output 2024-01-10 14:43:30 -08:00
path.go "master" was renamed "main". 2024-01-09 22:09:07 +00:00
proc_sync.go
proc_sync_test.go
rbe.go Move startRBE error handling to the main goroutine 2023-11-28 22:35:37 +00:00
rbe_test.go Cleanup RBE logs directory 2022-06-08 11:50:33 -04:00
sandbox_config.go nsjail support verification should respect BUILD_BROKEN* flag for SrcDir 2022-11-14 19:50:40 +00:00
sandbox_darwin.go
sandbox_linux.go nsjail support verification should respect BUILD_BROKEN* flag for SrcDir 2022-11-14 19:50:40 +00:00
sandbox_linux_test.go Create Make flags to set source tree as ReadOnly in soong builds 2021-06-01 21:40:49 +00:00
soong.go Add new soongdbg command and a big json file full of soong debugging info. 2024-02-03 14:44:11 -08:00
staging_snapshot.go Add a post-build step for dist builds that records what changed in the build. 2023-02-28 15:02:22 -08:00
staging_snapshot_test.go Add a post-build step for dist builds that records what changed in the build. 2023-02-28 15:02:22 -08:00
test_build.go Write raw files to disk instead of the ninja file 2023-12-19 16:33:46 -08:00
upload.go Refactor upload-only to process bazel metrics outside of upload.go 2023-05-09 20:19:20 +00:00
util.go
util_test.go