OSDN Git Service

Use size_t* in AssetManager::createIdmap
authorColin Cross <ccross@android.com>
Wed, 12 Feb 2014 02:02:06 +0000 (18:02 -0800)
committerColin Cross <ccross@android.com>
Wed, 12 Feb 2014 02:02:06 +0000 (18:02 -0800)
commitecbeae74f299f44f9ec4c79ddd885e999d4e1b64
tree060184a770f7410ef85c57416bb2422f0abea051
parent89492190b39e301d8203d0a9a9f6b11120c16ecb
Use size_t* in AssetManager::createIdmap

ResTable::createIdmap takes a size_t*, and the idmap command is
passing in a size_t*, make AssetManager::createIdmap take a
size_t*.  Should fix the mac build.

Change-Id: Idc16dedfe2aa7367c75f89a937a8242d494e8f8e
include/androidfw/AssetManager.h
libs/androidfw/AssetManager.cpp