platform_build_soong/aconfig/build_flags/Android.bp
Justin Yun 5f53869dfe Build build_flags.json in soong
Define release_flags_json module type to install build_flags.json in
'etc'. release_flags_json reads the json files generated from the
soong release-config command.

Bug: 324996303
Test: build and see if the files are installed
Change-Id: I8cdcb7c61dd75cc54e4912d2ed7d1687f424151c
2024-05-23 14:58:08 +09:00

24 lines
507 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-aconfig-build_flags",
pkgPath: "android/soong/aconfig/build_flags",
deps: [
"blueprint",
"blueprint-pathtools",
"sbox_proto",
"soong",
"soong-android",
],
srcs: [
"all_build_flag_declarations.go",
"build_flags.go",
"declarations.go",
"init.go",
],
testSrcs: [
],
pluginFor: ["soong_build"],
}