commit | 4de3f481bc59ab4b766dc027e41aff7cda9d62f7 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Mon Jan 27 16:00:23 2014 +0000 |
committer | Narayan Kamath <narayan@google.com> | Thu Feb 20 12:10:24 2014 +0000 |
tree | 49232000eaf4d8686816ed7211b351e976ad4950 | |
parent | 2b3c14bf75c71524a0fcbc3e9d1fdab9aa6c3473 [diff] |
AArch64: Make AssetAtlasService 64-bit compatible Changes in this patch include [x] Long(64-bit) is used to store native pointers in AssetAtlasService and related classes as they can be 64-bit. [x] Some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: Ib4c77c134e3ad5b21732e20cde9a54a0b16bdab1 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>