mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Per review comments * Rename chirality to keyboardHarness * Change namespace to com.keyman.android.tests.keyboardHarness * Add readme.md for info
11 lines
206 B
Bash
11 lines
206 B
Bash
#!/bin/sh
|
|
# Build KeyboardHarness test app
|
|
|
|
echo Build KMEA
|
|
cd ../../KMEA
|
|
./build.sh
|
|
cd ../Tests/KeyboardHarness
|
|
cp ../keyman-engine.aar app/libs/
|
|
|
|
echo Build KeyboardHarness test app
|
|
./gradlew clean build
|