blob: 580c54f9bc9c2552d430732e3975a20b88d6e3a4 [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: [
Cole Faustdff9c142023-09-01 16:11:47 -070014 "install_symlink.go",
Justin Yun635e7882024-07-04 14:50:57 +090015 "otacerts_zip.go",
16 "prebuilt_etc.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070017 ],
18 testSrcs: [
19 "prebuilt_etc_test.go",
Cole Faustdff9c142023-09-01 16:11:47 -070020 "install_symlink_test.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070021 ],
22 pluginFor: ["soong_build"],
Cole Faust16d227a2024-09-18 16:42:01 -070023 // Used by plugins
24 visibility: ["//visibility:public"],
Jaewoong Jung4b79e982020-06-01 10:45:49 -070025}