| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 1 | package { | 
|  | 2 | default_applicable_licenses: ["Android-Apache-2.0"], | 
|  | 3 | } | 
|  | 4 |  | 
|  | 5 | bootstrap_go_package { | 
|  | 6 | name: "soong-aconfig-codegen", | 
|  | 7 | pkgPath: "android/soong/aconfig/codegen", | 
|  | 8 | deps: [ | 
|  | 9 | "blueprint", | 
|  | 10 | "blueprint-pathtools", | 
|  | 11 | "sbox_proto", | 
|  | 12 | "soong", | 
|  | 13 | "soong-aconfig", | 
|  | 14 | "soong-android", | 
|  | 15 | "soong-bazel", | 
|  | 16 | "soong-java", | 
|  | 17 | "soong-rust", | 
|  | 18 | ], | 
|  | 19 | srcs: [ | 
|  | 20 | "cc_aconfig_library.go", | 
|  | 21 | "init.go", | 
|  | 22 | "java_aconfig_library.go", | 
|  | 23 | "rust_aconfig_library.go", | 
|  | 24 | "testing.go", | 
|  | 25 | ], | 
|  | 26 | testSrcs: [ | 
|  | 27 | "java_aconfig_library_test.go", | 
|  | 28 | "cc_aconfig_library_test.go", | 
|  | 29 | "rust_aconfig_library_test.go", | 
|  | 30 | ], | 
|  | 31 | pluginFor: ["soong_build"], | 
|  | 32 | } |