blob: e92437e79030a25eaeb06e52edff3cfce921ee7f [file] [log] [blame]
Bob Badour02040de2021-02-03 18:08:28 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Jaewoong Jung4b79e982020-06-01 10:45:49 -07005bootstrap_go_package {
6 name: "soong-etc",
7 pkgPath: "android/soong/etc",
8 deps: [
9 "blueprint",
10 "soong",
11 "soong-android",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070012 ],
13 srcs: [
Wei Li5c6d83b2024-10-03 05:35:03 +000014 "adb_keys.go",
Jihoon Kang4325cbe2024-11-06 18:41:44 +000015 "avbpubkey.go",
Cole Faustdff9c142023-09-01 16:11:47 -070016 "install_symlink.go",
Justin Yun635e7882024-07-04 14:50:57 +090017 "otacerts_zip.go",
18 "prebuilt_etc.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070019 ],
20 testSrcs: [
21 "prebuilt_etc_test.go",
Cole Faustdff9c142023-09-01 16:11:47 -070022 "install_symlink_test.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070023 ],
24 pluginFor: ["soong_build"],
Cole Faust16d227a2024-09-18 16:42:01 -070025 // Used by plugins
26 visibility: ["//visibility:public"],
Jaewoong Jung4b79e982020-06-01 10:45:49 -070027}