commit | 7d7b5490a0b0763e831b31bc11f17d8159b5914a | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Jan 24 16:33:45 2011 -0800 |
committer | Romain Guy <romainguy@google.com> | Mon Jan 24 18:39:56 2011 -0800 |
tree | 7326e41a76618cba25a9757b43db779a607b9bdf | |
parent | 3dd0908a65095cb6946001ae3039ab87a47b4f33 [diff] |
Enable partial invalidates when rendering with OpenGL. Change-Id: Ie8be06c4776b815e8737753eb8003b4fd8936130
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml index 61f8e1a..2895b69 100644 --- a/tests/HwAccelerationTest/AndroidManifest.xml +++ b/tests/HwAccelerationTest/AndroidManifest.xml
@@ -18,7 +18,7 @@ package="com.android.test.hwui"> <uses-permission android:name="android.permission.INTERNET" /> - <uses-sdk android:minSdkVersion="Honeycomb" /> + <uses-sdk android:minSdkVersion="11" /> <application android:label="HwUi"
diff --git a/tests/HwAccelerationTest/default.properties b/tests/HwAccelerationTest/default.properties index 5a8ea50..da2dcdd 100644 --- a/tests/HwAccelerationTest/default.properties +++ b/tests/HwAccelerationTest/default.properties
@@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-Froyo +target=android-Honeycomb