Share version settings with product config makefile.

Generate version settings from build/make/core/version_defaults.mk.
The generated settings are then loaded into the launcher code and passed
to the environment setup code.

Bug: 198995713
Test: internal
Change-Id: I66131d2c5b232784a9ff0bba9fbd5db62302aaba
This commit is contained in:
Sasha Smundak
2021-09-10 15:42:34 -07:00
parent d11eeb8f77
commit d7d07ad0b4
6 changed files with 218 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ bootstrap_go_package {
"soong_variables.go",
"types.go",
"variable.go",
"version_defaults.go",
],
deps: ["androidmk-parser"],
}