diff options
author | Romain Guy <romainguy@google.com> | 2011-01-24 16:33:45 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-01-24 18:39:56 -0800 |
commit | 7d7b5490a0b0763e831b31bc11f17d8159b5914a (patch) | |
tree | 7326e41a76618cba25a9757b43db779a607b9bdf /tests/HwAccelerationTest | |
parent | 3dd0908a65095cb6946001ae3039ab87a47b4f33 (diff) | |
download | frameworks_base-7d7b5490a0b0763e831b31bc11f17d8159b5914a.zip frameworks_base-7d7b5490a0b0763e831b31bc11f17d8159b5914a.tar.gz frameworks_base-7d7b5490a0b0763e831b31bc11f17d8159b5914a.tar.bz2 |
Enable partial invalidates when rendering with OpenGL.
Change-Id: Ie8be06c4776b815e8737753eb8003b4fd8936130
Diffstat (limited to 'tests/HwAccelerationTest')
-rw-r--r-- | tests/HwAccelerationTest/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | tests/HwAccelerationTest/default.properties | 2 |
2 files changed, 2 insertions, 2 deletions
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 |