commit | a1448e072e00f6b3e6bfa2ffcd544996db48cd30 | [log] [tgz] |
---|---|---|
author | Ikjoon Jang <ikjn@google.com> | Thu Feb 08 02:51:08 2024 +0000 |
committer | Ikjoon Jang <ikjn@google.com> | Thu Feb 08 02:54:43 2024 +0000 |
tree | 7d079ec07ba309fa8de920ae85e067d5ed1b9a74 | |
parent | e9aa063b8210fe0d612cbaaa98167d5f2b86b127 [diff] [blame] |
Revert "Remove unused ToTSepolicyVersion" Revert submission 2952245-vfrc_as_tot_sepolicy Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.corp.google.com/builds/quarterdeck?branch=git_main&target=mainline_modules_arm64-mainline-userdebug&lkgb=11421838&lkbb=11421957&fkbb=11421841, b/324335916 Reverted changes: /q/submissionid:2952245-vfrc_as_tot_sepolicy Bug: 324335916 Change-Id: I803ccc4c2d1e96f9e36b9d91eebc3e18e50b238f
diff --git a/android/config.go b/android/config.go index b162cfb..d94a86f 100644 --- a/android/config.go +++ b/android/config.go
@@ -1706,6 +1706,10 @@ return String(c.config.productVariables.PlatformSepolicyVersion) } +func (c *deviceConfig) TotSepolicyVersion() string { + return String(c.config.productVariables.TotSepolicyVersion) +} + func (c *deviceConfig) PlatformSepolicyCompatVersions() []string { return c.config.productVariables.PlatformSepolicyCompatVersions }