Skip to content

Instantly share code, notes, and snippets.

@justinjoy
Created August 31, 2017 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinjoy/40d57d463152f240462c6f98305032f3 to your computer and use it in GitHub Desktop.
Save justinjoy/40d57d463152f240462c6f98305032f3 to your computer and use it in GitHub Desktop.
gradle build log
Executing tasks: [:generateDebugSources, :mockableAndroidJar, :prepareDebugUnitTestDependencies, :generateDebugAndroidTestSources, :compileDebugSources, :compileDebugUnitTestSources, :compileDebugAndroidTestSources]
Configuration on demand is an incubating feature.
No resolved dependencies found when searching for the jacoco version.
Incremental java compilation is an incubating feature.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:prepareComAndroidSupportAnimatedVectorDrawable2420Library
:prepareComAndroidSupportAppcompatV72420Library
:prepareComAndroidSupportSupportCompat2420Library
:prepareComAndroidSupportSupportCoreUi2420Library
:prepareComAndroidSupportSupportCoreUtils2420Library
:prepareComAndroidSupportSupportFragment2420Library
:prepareComAndroidSupportSupportMediaCompat2420Library
:prepareComAndroidSupportSupportV42420Library
:prepareComAndroidSupportSupportVectorDrawable2420Library
:prepareDebugDependencies
:compileDebugAidl
:compileDebugRenderscript
:generateDebugBuildConfig
:generateDebugResValues
:generateDebugResources
:mergeDebugResources
:processDebugManifest
:processDebugResources
:generateDebugSources
:mockableAndroidJar
:preDebugUnitTestBuild UP-TO-DATE
:prepareDebugUnitTestDependencies
:preDebugAndroidTestBuild UP-TO-DATE
:prepareDebugAndroidTestDependencies
:compileDebugAndroidTestAidl
:processDebugAndroidTestManifest
:compileDebugAndroidTestRenderscript
:generateDebugAndroidTestBuildConfig
:generateDebugAndroidTestResValues
:generateDebugAndroidTestResources
:mergeDebugAndroidTestResources
:processDebugAndroidTestResources
:generateDebugAndroidTestSources
:generateJsonModelDebug UP-TO-DATE
:externalNativeBuildDebug
Build gstreamer_android gst-build-x86
GStreamer : [GEN] => gst-build-x86/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-x86/gstreamer_android.c
GStreamer : [LINK] => gst-build-x86/libgstreamer_android.so
Done mkdir
Done cp
Build gstreamer_android gst-build-armeabi
GStreamer : [GEN] => gst-build-armeabi/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-armeabi/gstreamer_android.c
GStreamer : [LINK] => gst-build-armeabi/libgstreamer_android.so
Done mkdir
Done cp
Build gstreamer_android gst-build-x86_64
GStreamer : [GEN] => gst-build-x86_64/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-x86_64/gstreamer_android.c
GStreamer : [LINK] => gst-build-x86_64/libgstreamer_android.so
Done mkdir
Done cp
Build gstreamer_android gst-build-armeabi-v7a
GStreamer : [GEN] => gst-build-armeabi-v7a/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-armeabi-v7a/gstreamer_android.c
GStreamer : [LINK] => gst-build-armeabi-v7a/libgstreamer_android.so
Done mkdir
Done cp
:incrementalDebugJavaCompilationSafeguard
:javaPreCompileDebug
:compileDebugJavaWithJavac
:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
:compileDebugSources
:incrementalDebugUnitTestJavaCompilationSafeguard UP-TO-DATE
:javaPreCompileDebugUnitTest
:compileDebugUnitTestJavaWithJavac UP-TO-DATE
:processDebugJavaRes
:processDebugUnitTestJavaRes UP-TO-DATE
:compileDebugUnitTestSources
:incrementalDebugAndroidTestJavaCompilationSafeguard
:javaPreCompileDebugAndroidTest
:compileDebugAndroidTestJavaWithJavac
:compileDebugAndroidTestSources
BUILD SUCCESSFUL
Total time: 8.605 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment