commit | 0c9d27c4636cc3c47b27b19966b40192af054976 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Apr 20 18:07:18 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 20 18:07:18 2022 +0000 |
tree | 88ea7279b07219ce12ad567148cb0a9a677f301c | |
parent | 2e7c82ea0b07d60fcb5bba2981f5cc5cc7b7a2d6 [diff] | |
parent | 4697725e8159c297c46d8b59c73b7b04925e9186 [diff] |
Merge "Install .rc files for ramdisk variants"
diff --git a/android/androidmk.go b/android/androidmk.go index e9c63fb..5c715b4 100644 --- a/android/androidmk.go +++ b/android/androidmk.go
@@ -578,7 +578,7 @@ } } - if !base.InRamdisk() && !base.InVendorRamdisk() { + if !base.InVendorRamdisk() { a.AddPaths("LOCAL_FULL_INIT_RC", base.initRcPaths) } if len(base.vintfFragmentsPaths) > 0 {