autofix-blueprint-syntax
Installation
SKILL.md
Blueprint Syntax Skill
Fixes parsing and syntax errors in Android Blueprint (Android.bp) files.
Detection Patterns
Android.bp:X:Y: parse errorexpected ',' before ']'unexpected '}'unrecognized property
Strategy
- Locate Error: Find the exact line and column in Android.bp.
- Identify Issue: Parse the syntax error description.
- Fix Syntax: Apply the appropriate correction.