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
1 file changed