|
528 | 528 | "./cli-entry": "./openclaw.mjs" |
529 | 529 | }, |
530 | 530 | "scripts": { |
531 | | - "android:assemble": "cd apps/android && ./gradlew :app:assembleDebug", |
| 531 | + "android:assemble": "cd apps/android && ./gradlew :app:assemblePlayDebug", |
| 532 | + "android:assemble:third-party": "cd apps/android && ./gradlew :app:assembleThirdPartyDebug", |
532 | 533 | "android:bundle:release": "bun apps/android/scripts/build-release-aab.ts", |
533 | 534 | "android:format": "cd apps/android && ./gradlew :app:ktlintFormat :benchmark:ktlintFormat", |
534 | | - "android:install": "cd apps/android && ./gradlew :app:installDebug", |
| 535 | + "android:install": "cd apps/android && ./gradlew :app:installPlayDebug", |
| 536 | + "android:install:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug", |
535 | 537 | "android:lint": "cd apps/android && ./gradlew :app:ktlintCheck :benchmark:ktlintCheck", |
536 | 538 | "android:lint:android": "cd apps/android && ./gradlew :app:lintDebug", |
537 | | - "android:run": "cd apps/android && ./gradlew :app:installDebug && adb shell am start -n ai.openclaw.app/.MainActivity", |
538 | | - "android:test": "cd apps/android && ./gradlew :app:testDebugUnitTest", |
| 539 | + "android:run": "cd apps/android && ./gradlew :app:installPlayDebug && adb shell am start -n ai.openclaw.app/.MainActivity", |
| 540 | + "android:run:third-party": "cd apps/android && ./gradlew :app:installThirdPartyDebug && adb shell am start -n ai.openclaw.app/.MainActivity", |
| 541 | + "android:test": "cd apps/android && ./gradlew :app:testPlayDebugUnitTest", |
539 | 542 | "android:test:integration": "OPENCLAW_LIVE_TEST=1 OPENCLAW_LIVE_ANDROID_NODE=1 vitest run --config vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts", |
| 543 | + "android:test:third-party": "cd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest", |
540 | 544 | "build": "pnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts", |
541 | 545 | "build:docker": "node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts", |
542 | 546 | "build:plugin-sdk:dts": "tsc -p tsconfig.plugin-sdk.dts.json", |
|
0 commit comments