commit | 619b6ef5c5a06fe3eaaa3fd0bdbd44e6795b29e4 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Wed Mar 05 18:35:17 2025 +0000 |
committer | Yu Liu <yudiliu@google.com> | Sat Mar 08 00:57:14 2025 +0000 |
tree | 06e14969e1014b1f55c2cc9f7c947b5d1e9fc24f | |
parent | b31c77b9b8c8daca78c8ec5cceb6f185fe95dec9 [diff] [blame] |
Add Gob support of ApiLevel and applicableLicensesPropertyImpl. Bug: 358427516 Test: Manual tests. Change-Id: I23ada602ee6c2e21238271b0b286a42ea8461a14
diff --git a/android/init.go b/android/init.go index d3a13d0..af50323 100644 --- a/android/init.go +++ b/android/init.go
@@ -17,6 +17,7 @@ import "encoding/gob" func init() { + gob.Register(applicableLicensesPropertyImpl{}) gob.Register(extraFilesZip{}) gob.Register(InstallPath{}) gob.Register(ModuleGenPath{})