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:

committed by
Commit Bot

parent
cb98b11b71
commit
e94ec59770
3
examples/aarproject/.gitignore
vendored
3
examples/aarproject/.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
# Default ignores by Android Studio
|
# Default ignores by Android Studio
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
# We want to specify our own SDK.
|
||||||
|
# /local.properties
|
||||||
/.idea/workspace.xml
|
/.idea/workspace.xml
|
||||||
/.idea/libraries
|
/.idea/libraries
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 26
|
||||||
buildToolsVersion "26.0.1"
|
buildToolsVersion "26.0.0"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.appspot.apprtc"
|
applicationId "org.appspot.apprtc"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
|
2
examples/aarproject/local.properties
Normal file
2
examples/aarproject/local.properties
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Use Android SDK from third_party/android_tools
|
||||||
|
sdk.dir=../../third_party/android_tools/sdk
|
Reference in New Issue
Block a user