commit | 6e0ca7dbed64a2a74da9d2ab483cf32022a9fc5b | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Sat Feb 06 19:15:16 2021 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Sat Apr 24 19:16:53 2021 -0400 |
tree | b53611faefca39ac23840fcd2bc42d446c72d0b3 | |
parent | d81833a5e5ee8e1e5ee557ec71e9d7bf76497170 [diff] [blame] |
themes: convert theme copying to a golang module Change-Id: I0a1e4b79109cf9db93acb0575200f4ec8f72d3a2
diff --git a/minuitwrp/Android.bp b/minuitwrp/Android.bp index ad66477..8005e02 100644 --- a/minuitwrp/Android.bp +++ b/minuitwrp/Android.bp
@@ -7,7 +7,8 @@ "soong-cc" ], srcs: [ - "libminuitwrp_defaults.go" + "libminuitwrp_defaults.go", + "../soong/makevars.go" ], pluginFor: ["soong_build"] }