d693b91f34cce7c8e628053c0afc3e17036a0f9a
- Android.bp: sdk_version is empty (platform APIs) but platform_apis wasn't set, which Soong doesn't just reject cleanly -- it panics. - PawletCacheService.kt was missing the pawletos.cache.IPawletCacheService import (different package than the file's own os.pawlet.cache). - CacheToken.isExpired called CacheTokenVerifier's private parseIso8601, invisible outside that object; moved it to file scope so both can use it.
Description
No description provided
66 KiB
Languages
Soong
100%