[Android] compile.sh: Remove unrequired license

Hugo Beauzée-Luyssen git at videolan.org
Mon Jan 21 18:16:06 CET 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jan 21 17:16:46 2019 +0100| [c536e3bc5d5d392d12055494dec81acc583e3d10] | committer: Hugo Beauzée-Luyssen

compile.sh: Remove unrequired license

> https://code.videolan.org/videolan/vlc-android/commit/c536e3bc5d5d392d12055494dec81acc583e3d10
---

 compile.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index ea6c7b710..523397216 100755
--- a/compile.sh
+++ b/compile.sh
@@ -232,7 +232,6 @@ if [ ! -d "$ANDROID_SDK/licenses" ]; then
     mkdir "$ANDROID_SDK/licenses"
     echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_SDK/licenses/android-sdk-license"
     echo "d56f5187479451eabf01fb78af6dfcb131a6481e" >> "$ANDROID_SDK/licenses/android-sdk-license"
-    echo "84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_SDK/licenses/android-sdk-preview-license"
 fi
 
 if [ "$GRADLE_SETUP" = 1 ]; then



More information about the Android mailing list