themes: convert theme copying to a golang module

Change-Id: I0a1e4b79109cf9db93acb0575200f4ec8f72d3a2
This commit is contained in:
bigbiff
2021-04-24 19:16:53 -04:00
parent d81833a5e5
commit 6e0ca7dbed
9 changed files with 437 additions and 287 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ bootstrap_go_package {
"soong-cc"
],
srcs: [
"libaosprecovery_defaults.go"
"libaosprecovery_defaults.go",
"soong/makevars.go"
],
pluginFor: ["soong_build"]
}