You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by lu...@apache.org on 2019/07/11 13:46:18 UTC

[incubator-weex] branch master updated: [Android] Change license rule in build.gradle (#2690)

This is an automated email from the ASF dual-hosted git repository.

luckychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 674f95f  [Android] Change license rule in build.gradle (#2690)
674f95f is described below

commit 674f95fc23b81dc7470a69e7402db19f3dc9668c
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Jul 11 21:46:13 2019 +0800

    [Android] Change license rule in build.gradle (#2690)
---
 android/sdk/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index b3c7201..b034eb3 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -242,10 +242,11 @@ if(file('../license/LICENSE').exists()){
     task weex_core_license(type: com.hierynomus.gradle.license.tasks.LicenseFormat){
         source = fileTree(dir:"../../weex_core").include(['**/*.h','**/*.cpp', '**/*.cc', '**/*.c']).
                 exclude(['Source/rapidjson/**/*.h','Source/rapidjson/**/*.cpp',
-                         'Source/android/base/base64/**/*.h','Source/android/base/base64/**/*.cpp',
                          'Source/android/jniprebuild/jniheader/*.h',
                          'Source/base/Compatible.cpp',
                          'Source/IPC/**/*.h','Source/IPC/**/*.cpp', 'Source/IPC/**/*.c',
+                         'Source/base/base64/modp_base64/**/*.h',
+                         'Source/base/base64/modp_base64/**/*.cc',
                          'Source/base/third_party/icu/*.h',
                          'Source/base/third_party/icu/*.cpp',
                          'Source/android/jsengine/dependence/**/*.h',