OSDN Git Service

AssetManager cookies are now int32_t, not void*.
authorNarayan Kamath <narayan@google.com>
Fri, 24 Jan 2014 14:06:08 +0000 (14:06 +0000)
committerNarayan Kamath <narayan@google.com>
Mon, 27 Jan 2014 11:11:48 +0000 (11:11 +0000)
commita7fa2e592e2e579e5acdb903dba83fc074ebc215
treea0987dffe190d198657c8ccc20d7d7a6add92d83
parent5197d0740c3a8be692622fd4af17ba490e88da6c
AssetManager cookies are now int32_t, not void*.

This makes cookies on both the java & native side
4 byte signed integral values.

Change-Id: I6843d6c5ba7ff42dc454f20240844a158ae8e818
core/jni/android_util_AssetManager.cpp