Created
July 24, 2017 18:51
-
-
Save petewarden/9e2b5a445cfd7e5553c8082765ee3354 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android_sdk_repository( | |
name = "androidsdk", | |
api_level = 23, | |
build_tools_version = "23.0.2", | |
path = "/home/petewarden/android-sdk-linux/", | |
) | |
android_ndk_repository( | |
name="androidndk", | |
path="/home/petewarden/android-ndk-r10e/", | |
api_level=19) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment