diff options
author | 2024-03-05 00:36:31 +0000 | |
---|---|---|
committer | 2024-03-07 18:51:16 +0000 | |
commit | 67a28425a7bb337038826cc1e59a9e42d4ae65a1 (patch) | |
tree | 7c189e0ab7f28c7174d2ef12dd9ddaca1c2e3b90 /aconfig/init.go | |
parent | eefca7373c1cefc2ee14a3b6a86db7eeefcddfbe (diff) |
Validate aconfig libs are built with the correct modes.
Bug: 323071835
Test: Unit tests and manual tests.
Change-Id: I32de90826c7c8bb4d8495608e959d554820ab9a2
Diffstat (limited to 'aconfig/init.go')
-rw-r--r-- | aconfig/init.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/aconfig/init.go b/aconfig/init.go index e64429fb9..4625128e4 100644 --- a/aconfig/init.go +++ b/aconfig/init.go @@ -20,20 +20,6 @@ import ( "github.com/google/blueprint" ) -type CodegenInfo struct { - // AconfigDeclarations is the name of the aconfig_declarations modules that - // the codegen module is associated with - AconfigDeclarations []string - - // Paths to the cache files of the associated aconfig_declaration modules - IntermediateCacheOutputPaths android.Paths - - // Paths to the srcjar files generated from the java_aconfig_library modules - Srcjars android.Paths -} - -var CodegenInfoProvider = blueprint.NewProvider[CodegenInfo]() - var ( pctx = android.NewPackageContext("android/soong/aconfig") |