Snapchat / djinni

A tool for generating cross-language type declarations and interface bindings. Djinni's new home is in the Snapchat org.
Apache License 2.0
166 stars 44 forks source link

no hardcoded android sdk version #162

Closed LiFengSC closed 4 months ago

LiFengSC commented 4 months ago

tested bazel build //examples:android-app still works after the change

Background: Android sdk is only used for building the Android example app. bzl/android_configure.bzl configures the Android sdk when the environment variable ANDROID_HOME is set. But it also hardcoded a specific version which is not really necessary.