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
179 stars 50 forks source link

no hardcoded android sdk version #162

Closed li-feng-sc closed 9 months ago

li-feng-sc commented 9 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.