summaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-11-18 23:55:48 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-18 23:55:48 +0000
commit311c45a1be4ef357f83a74727a7a301d471086de (patch)
tree68d2fdb0bda6f8867fc9145eaea786ff7494debf /filesystem/filesystem.go
parent04a33c6934f46d7a0013401aa05711ec7dc15f56 (diff)
parent24938e2a19965bceea4eaad2657de8c2e5b3a97a (diff)
Merge "Auto-generate vendor ramdisk and boot image" into main
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r--filesystem/filesystem.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index ba5319fb6..28cec2715 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -710,6 +710,7 @@ var validPartitions = []string{
"odm_dlkm",
"system_dlkm",
"ramdisk",
+ "vendor_ramdisk",
}
func (f *filesystem) addMakeBuiltFiles(ctx android.ModuleContext, builder *android.RuleBuilder, rootDir android.Path) {