From 4755315ff1f40e6e8de4b2f302ff460f964fbb65 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Thu, 20 Mar 2025 00:59:42 +0000 Subject: Rename android_info.txt to android-info.txt Test: lunch aosp_cf_x86_64_phone-trunk_staging-userdebug && m Test: verified that $ANDROID_PRODUCT_OUT/android-info.txt exists Bug: 404887996 Change-Id: Ie47007deba249d87dfea2010a4035df1b84e1f8f --- filesystem/android_device_product_out.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystem') 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), -- cgit v1.2.3-59-g8ed1b