diff options
| author | Xavier Ducrohet <xav@android.com> | 2010-05-07 10:57:58 -0700 |
|---|---|---|
| committer | Xavier Ducrohet <xav@android.com> | 2010-05-07 10:57:58 -0700 |
| commit | 1959000ef1c4f3c00dbfcb94b95766751c27a8fa (patch) | |
| tree | 2eda6e30ef620fed0098e9117ba93b911774300f /samples/TicTacToeMain | |
| parent | cf9970499bfcce80d92c2fe37fd552e586c177b6 (diff) | |
| download | android_development-1959000ef1c4f3c00dbfcb94b95766751c27a8fa.tar.gz android_development-1959000ef1c4f3c00dbfcb94b95766751c27a8fa.tar.bz2 android_development-1959000ef1c4f3c00dbfcb94b95766751c27a8fa.zip | |
Fix target for library sample
Change-Id: I89a1b6a7c7803ac52f5872e4b8a8696bb32ca5a3
Diffstat (limited to 'samples/TicTacToeMain')
| -rwxr-xr-x | samples/TicTacToeMain/default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties index 9dc9009ab..53229aeab 100755 --- a/samples/TicTacToeMain/default.properties +++ b/samples/TicTacToeMain/default.properties @@ -25,4 +25,4 @@ android.library.reference.1=../TicTacToeLib/ # Project target. This requires the tools from SDK Froyo (API 8) to be used. -target=8 +target=android-8 |
