8b30f8778b
Remove SDK detection logic and install directly to /opt/android-sdk, matching the release workflow. The container Docker image has ANDROID_HOME baked in at /usr/local/lib/android/sdk; installing there with sudo while cargo-apk resolves ANDROID_HOME from the image ENV created a divergence. Using a controlled path we own eliminates that class of conflict entirely. Add SDK cache shared with the release workflow (same key prefix v2-). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>