diff options
author | 2025-03-05 18:35:17 +0000 | |
---|---|---|
committer | 2025-03-08 00:57:14 +0000 | |
commit | 619b6ef5c5a06fe3eaaa3fd0bdbd44e6795b29e4 (patch) | |
tree | 06e14969e1014b1f55c2cc9f7c947b5d1e9fc24f /android/init.go | |
parent | b31c77b9b8c8daca78c8ec5cceb6f185fe95dec9 (diff) |
Add Gob support of ApiLevel and applicableLicensesPropertyImpl.
Bug: 358427516
Test: Manual tests.
Change-Id: I23ada602ee6c2e21238271b0b286a42ea8461a14
Diffstat (limited to 'android/init.go')
-rw-r--r-- | android/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/init.go b/android/init.go index d3a13d0ed..af50323d3 100644 --- a/android/init.go +++ b/android/init.go @@ -17,6 +17,7 @@ package android import "encoding/gob" func init() { + gob.Register(applicableLicensesPropertyImpl{}) gob.Register(extraFilesZip{}) gob.Register(InstallPath{}) gob.Register(ModuleGenPath{}) |