blob: a00a5e42c965709a0a3a4dd64c4e30c9ff65e21c [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"],
24}