diff --git a/.turbo/cookies/1.cookie b/.turbo/cookies/1.cookie new file mode 100644 index 00000000..e69de29b diff --git a/.turbo/cookies/2.cookie b/.turbo/cookies/2.cookie new file mode 100644 index 00000000..e69de29b diff --git a/.turbo/daemon/e74d1fd906537e8f-turbo.log.2024-09-08 b/.turbo/daemon/e74d1fd906537e8f-turbo.log.2024-09-08 new file mode 100644 index 00000000..e69de29b diff --git a/example/.turbo/turbo-android.log b/example/.turbo/turbo-android.log new file mode 100644 index 00000000..c783c7cd --- /dev/null +++ b/example/.turbo/turbo-android.log @@ -0,0 +1,11 @@ +info A dev server is already running for this project on port 8081. +* daemon not running; starting now at tcp:5037 +* daemon started successfully +info Launching emulator... +error Failed to launch emulator. Reason: The emulator (INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155) quit before it finished opening. You can try starting the emulator manually from the terminal with: /Users/osp/Library/Android/sdk/emulator/emulator @INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155. +warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch. +info Installing the app... +Starting a Gradle Daemon (subsequent builds will be faster) + + +> Starting Daemon> IDLE<-------------> 0% INITIALIZING [63ms]<-------------> 0% INITIALIZING [167ms]<-------------> 0% INITIALIZING [266ms]> Evaluating settings<-------------> 0% INITIALIZING [363ms]<-------------> 0% INITIALIZING [468ms]<-------------> 0% INITIALIZING [563ms]<-------------> 0% INITIALIZING [667ms]<-------------> 0% INITIALIZING [768ms]<-------------> 0% INITIALIZING [868ms]<-------------> 0% INITIALIZING [968ms]<-------------> 0% INITIALIZING [1s]> Evaluating settings > Resolve dependencies of detachedConfiguration1> Evaluating settings<-------------> 0% INITIALIZING [2s][?12l[?25h diff --git a/example/.turbo/turbo-build$colon$android.log b/example/.turbo/turbo-build$colon$android.log new file mode 100644 index 00000000..378bd13a --- /dev/null +++ b/example/.turbo/turbo-build$colon$android.log @@ -0,0 +1,2 @@ +To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. +[?12l[?25h diff --git a/scripts/test-android.sh b/scripts/test-android.sh index 7ad1cffe..725060dd 100755 --- a/scripts/test-android.sh +++ b/scripts/test-android.sh @@ -1,2 +1,2 @@ -JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir="${{ env.TURBO_CACHE_DIR }}" +JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir=.turbo/android node ./scripts/poll-in-app-server.js \ No newline at end of file diff --git a/turbo.json b/turbo.json index b3e6acb3..48e7477b 100644 --- a/turbo.json +++ b/turbo.json @@ -16,6 +16,21 @@ ], "outputs": [] }, + "android": { + "inputs": [ + "package.json", + "android", + "!android/build", + "src/*.ts", + "src/*.tsx", + "example/package.json", + "example/android", + "!example/android/.gradle", + "!example/android/build", + "!example/android/app/build" + ], + "outputs": [] + }, "build:ios": { "inputs": [ "package.json", @@ -31,4 +46,4 @@ "outputs": [] } } -} \ No newline at end of file +}