summaryrefslogtreecommitdiff
path: root/filesystem
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-20 10:04:00 -0700
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-20 10:04:00 -0700
commit505f77d07708077dab6033ad50721e53119c7aaa (patch)
tree129e923ed1ce4c45618471ac961e2ce6daa0887e /filesystem
parentd8d9014cea7f9cc14bdadc1fb978edc363e4d4b0 (diff)
parent4755315ff1f40e6e8de4b2f302ff460f964fbb65 (diff)
Merge "Rename android_info.txt to android-info.txt" into main
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/android_device_product_out.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/android_device_product_out.go b/filesystem/android_device_product_out.go
index 7d37f1ee7..aa06337ca 100644
--- a/filesystem/android_device_product_out.go
+++ b/filesystem/android_device_product_out.go
@@ -167,7 +167,7 @@ func (a *androidDevice) copyFilesToProductOutForSoongOnly(ctx android.ModuleCont
}
if proptools.String(a.deviceProps.Android_info) != "" {
- installPath := android.PathForModuleInPartitionInstall(ctx, "", "android_info.txt")
+ installPath := android.PathForModuleInPartitionInstall(ctx, "", "android-info.txt")
ctx.Build(pctx, android.BuildParams{
Rule: android.Cp,
Input: android.PathForModuleSrc(ctx, *a.deviceProps.Android_info),