blob: 22cba3bf19e9b546b25a6b740dcac7f7f96492e9 [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-sysprop",
7 pkgPath: "android/soong/sysprop",
8 deps: [
9 "blueprint",
10 "soong",
11 "soong-android",
12 "soong-cc",
13 "soong-java",
Andrew Walbrana5deb732024-02-15 13:39:46 +000014 "soong-rust",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070015 ],
16 srcs: [
17 "sysprop_library.go",
Paul Duffin6e3ce722021-03-18 00:20:11 +000018 "testing.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070019 ],
20 testSrcs: [
21 "sysprop_test.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070022 ],
23 pluginFor: ["soong_build"],
Cole Faust16d227a2024-09-18 16:42:01 -070024 // Used by plugins
25 visibility: ["//visibility:public"],
Jaewoong Jung4b79e982020-06-01 10:45:49 -070026}