From 0094807f15d345435811f40687d11e87e182c4d5 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 12 Feb 2025 19:36:03 +0000 Subject: Add Ab_ota_postinstall_config prop to android_device It will be used to generate postinstall_config.txt file in target_files.zip Test: Built soong target_files.zip locally Bug: 388633394 Change-Id: I6f9f574fc3720b611b4c2df36b303857ccb9f14d --- android/variable.go | 1 + 1 file changed, 1 insertion(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index aace6ed05..4e1df3cc2 100644 --- a/android/variable.go +++ b/android/variable.go @@ -666,6 +666,7 @@ type PartitionVariables struct { AbOtaUpdater bool `json:",omitempty"` AbOtaPartitions []string `json:",omitempty"` AbOtaKeys []string `json:",omitempty"` + AbOtaPostInstallConfig []string `json:",omitempty"` // Avb (android verified boot) stuff BoardAvbEnable bool `json:",omitempty"` -- cgit v1.2.3-59-g8ed1b