Skip to content

Commit

Permalink
themes: convert theme copying to a golang module
Browse files Browse the repository at this point in the history
Change-Id: I0a1e4b79109cf9db93acb0575200f4ec8f72d3a2
  • Loading branch information
bigbiff committed Apr 24, 2021
1 parent d81833a commit 6e0ca7d
Show file tree
Hide file tree
Showing 9 changed files with 437 additions and 287 deletions.
3 changes: 2 additions & 1 deletion Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ bootstrap_go_package {
"soong-cc"
],
srcs: [
"libaosprecovery_defaults.go"
"libaosprecovery_defaults.go",
"soong/makevars.go"
],
pluginFor: ["soong_build"]
}
Expand Down
7 changes: 5 additions & 2 deletions gui/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ bootstrap_go_package {
"soong-cc"
],
srcs: [
"libguitwrp_defaults.go"
"libguitwrp_defaults.go",
"../soong/copy.go",
"../soong/makevars.go"
],
pluginFor: ["soong_build"]
}
Expand All @@ -22,7 +24,8 @@ cc_library_static {
cflags: [
"-fno-strict-aliasing",
"-Wno-implicit-fallthrough",
"-D_USE_SYSTEM_ZIPARCHIVE"
"-D_USE_SYSTEM_ZIPARCHIVE",
"-DTWRES=\"/twres/\""
],
include_dirs: [
"bootable/recovery/crypto/scrypt/lib/util",
Expand Down
Loading

0 comments on commit 6e0ca7d

Please sign in to comment.