diff options
author | 2011-11-09 18:02:20 -0800 | |
---|---|---|
committer | 2011-11-10 15:44:25 -0800 | |
commit | d2f561d183f6f2aab19cd8552d83b32cbc7fa5be (patch) | |
tree | 2409c2237cfce6c70b5d08f5d322280a15db2606 /libs/rs/rsScript.h | |
parent | 46bb0a1cf687e77f7f7338cf74d5ae4897fda9b0 (diff) |
Fix setTimeZone() and use it properly in RSTest/rstime.
BUG=5470134
The original implementation for rsi_ScriptSetTimeZone() never actually did
anything with the bytes received. This change allows it to safely update the
timezone. RSTest is also updated to call setTimeZone(), so that users in
different timezones can accurately get test results.
Change-Id: I6cb1b3a0c3a417749ba39e0fe09cc9c7ab65c2e7
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index d645421ad165..abb55b8faa4c 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -59,7 +59,6 @@ public: struct Enviroment_t { int64_t mStartTimeMillis; int64_t mLastDtTime; - const char* mTimeZone; ObjectBaseRef<ProgramVertex> mVertex; ObjectBaseRef<ProgramFragment> mFragment; |