summaryrefslogtreecommitdiff
path: root/annotations/generate_annotated_java_files.py
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2019-09-19 11:31:42 -0700
committerBo Hu <bohu@google.com>2019-09-25 15:59:45 +0000
commit3fb72719cc60f6d7fb6f8a8bd7b519ed282affdb (patch)
tree9e9c65831aa8d7836eba35e98dc859de867e836c /annotations/generate_annotated_java_files.py
parent49efa309bd60e0edf57605ef02d5b1082e63d9db (diff)
Work around is64BitInstructionSet non-SDK api
isAESHardwareAccelerated is calling platform api is64BitInstructionSet, on x86 and x86_64 platforms. This leads to CtsVerifier apk to crash during the KeyChain Storage Test. This CL simply does the same thing that is64BitInstructionSet is doing, without calling that api. The impact is only limited to x86 and x86_64 architecture. Test: lunch sdk_phone_x86_64-userdebug install CtsVerifier.apk and run the KeyChain Storage Test, and it should not crash. BUG: 139022588 Change-Id: I311b961abe73e71b5c004ba66b920b9bb714ffd0 Merged-In: I311b961abe73e71b5c004ba66b920b9bb714ffd0
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions