summaryrefslogtreecommitdiffstats
path: root/core/jni/AndroidRuntime.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-05 01:26:23 -0700
committerMathias Agopian <mathias@google.com>2009-06-05 01:26:23 -0700
commit8ed6beb515460001a0f5ee91b874289fbb053768 (patch)
treefe645b214341ec68150c1ea2677f314065f9b4a2 /core/jni/AndroidRuntime.cpp
parent49f372210b09c461f7c32dddd9170f9e8dad076f (diff)
downloadframeworks_base-8ed6beb515460001a0f5ee91b874289fbb053768.zip
frameworks_base-8ed6beb515460001a0f5ee91b874289fbb053768.tar.gz
frameworks_base-8ed6beb515460001a0f5ee91b874289fbb053768.tar.bz2
rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.
StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.
Diffstat (limited to 'core/jni/AndroidRuntime.cpp')
-rw-r--r--core/jni/AndroidRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp
index 9584baf..6de37f0 100644
--- a/core/jni/AndroidRuntime.cpp
+++ b/core/jni/AndroidRuntime.cpp
@@ -24,7 +24,7 @@
#include <utils/Log.h>
#include <utils/misc.h>
#include <binder/Parcel.h>
-#include <utils/string_array.h>
+#include <utils/StringArray.h>
#include <utils/threads.h>
#include <cutils/properties.h>