parent
f667f46dce
commit
61bc8e3389
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ android {
|
||||||
buildToolsVersion "26.0.0"
|
buildToolsVersion "26.0.0"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.google.android.sambadocumentsprovider"
|
applicationId "com.google.android.sambadocumentsprovider"
|
||||||
minSdkVersion 21
|
minSdkVersion 23
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 102
|
versionCode 102
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
|
@ -166,7 +166,7 @@ index 0000000..0da1e32
|
||||||
+WAF_MAKE=1 python $CWD/buildtools/bin/waf build --targets=smbclient $*
|
+WAF_MAKE=1 python $CWD/buildtools/bin/waf build --targets=smbclient $*
|
||||||
diff --git a/configure.sh b/configure.sh
|
diff --git a/configure.sh b/configure.sh
|
||||||
new file mode 100755
|
new file mode 100755
|
||||||
index 0000000..467c56d
|
index 0000000..7d009da
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/configure.sh
|
+++ b/configure.sh
|
||||||
@@ -0,0 +1,54 @@
|
@@ -0,0 +1,54 @@
|
||||||
|
@ -177,7 +177,7 @@ index 0000000..467c56d
|
||||||
+
|
+
|
||||||
+HOST=linux-x86_64
|
+HOST=linux-x86_64
|
||||||
+
|
+
|
||||||
+ANDROID_VER=21
|
+ANDROID_VER=23
|
||||||
+TOOLCHAIN_VER=4.9
|
+TOOLCHAIN_VER=4.9
|
||||||
+
|
+
|
||||||
+TOOLCHAIN=$CWD/bin/ndk/toolchain
|
+TOOLCHAIN=$CWD/bin/ndk/toolchain
|
||||||
|
|
Loading…
Reference in a new issue