Use Android SDK from third_party/ for AppRTCMobile AAR-project.

Bug: webrtc:8365
Change-Id: Ic8116404a128189715625507423069e712ee6b0f
Reviewed-on: https://webrtc-review.googlesource.com/10807
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20314}
This commit is contained in:
Sami Kalliomäki 2017-10-16 11:26:45 +02:00 committed by Commit Bot
parent cb98b11b71
commit e94ec59770
3 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# Default ignores by Android Studio
*.iml
.gradle
/local.properties
# We want to specify our own SDK.
# /local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "org.appspot.apprtc"
minSdkVersion 16

View file

@ -0,0 +1,2 @@
# Use Android SDK from third_party/android_tools
sdk.dir=../../third_party/android_tools/sdk