summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-05-15 15:34:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-15 15:34:41 +0000
commit7d8a31e340ae4dea8913ce60e046fad72bff9051 (patch)
tree25c6f407c6b32aca2c1aa43d0aa894dfc6339f55
parentecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe (diff)
parente047d27324083628b51bad0661a184f6cb96c56d (diff)
downloadandroid_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.tar.gz
android_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.tar.bz2
android_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.zip
Merge "Make slesTest_object work again"
-rw-r--r--tests/sandbox/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sandbox/object.c b/tests/sandbox/object.c
index 6c44700..23714cf 100644
--- a/tests/sandbox/object.c
+++ b/tests/sandbox/object.c
@@ -158,7 +158,7 @@ int main(int arg, char **argv)
#ifdef ANDROID
// whereas the implementation uses PLATFORM_SDK_VERSION, use a hard-coded value here
// so that we're actually testing for a particular expected value
- supportedExt = (SLchar *) "ANDROID_SDK_LEVEL_13";
+ supportedExt = (SLchar *) "ANDROID_SDK_LEVEL_19";
#else
supportedExt = (SLchar *) "WILHELM_DESKTOP";
#endif