summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2016-08-18 16:59:12 -0700
committerGreg Kaiser <gkaiser@google.com>2016-08-19 09:13:52 -0700
commitf8210797adeb6527fe44dff6f8902d4744ad9540 (patch)
tree3324f9507532a9666e7aab71295eeabd3baf2895 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent0d052c95088190b37011f045a8443aaea28cd23b (diff)
ContextHubService: Make app handle size match Java
Our code was sometimes using 'uint32_t' and mostly using 'int' to represent these custom handles. It was also passing this value, as a byte stream, to the Java layer. In the Java layer, this is an 'int', and thus we change all of our usages to be 'jint' here. However, we still pass it as a byte stream, since we're too late in the release cycle to change the API. But now this is at least a consistent size for the code. This code still suffers from hub handles being inconsistent with their types, but we leave that for another bug (b/30958512). Bug: 30806218 Change-Id: I8d9ae8b9519f399d6723cf96293d84a2f5bd9cce
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions