Bug: 315353489 Test: m nothing --no-skip-soong-tests Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
34 lines
803 B
Plaintext
34 lines
803 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-aconfig-codegen",
|
|
pkgPath: "android/soong/aconfig/codegen",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"sbox_proto",
|
|
"soong",
|
|
"soong-aconfig",
|
|
"soong-android",
|
|
"soong-java",
|
|
"soong-rust",
|
|
],
|
|
srcs: [
|
|
"aconfig_declarations_group.go",
|
|
"cc_aconfig_library.go",
|
|
"init.go",
|
|
"java_aconfig_library.go",
|
|
"rust_aconfig_library.go",
|
|
"testing.go",
|
|
],
|
|
testSrcs: [
|
|
"aconfig_declarations_group_test.go",
|
|
"java_aconfig_library_test.go",
|
|
"cc_aconfig_library_test.go",
|
|
"rust_aconfig_library_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|