How to run only 64 bit abi test cases in android CTS excluding 32 bit for (Lolliop)? -


ive been trying run 64 bit abi android cts, option provided in document run cts --abi 64 , giving configuration error.

i assume you've downloaded suitable package lollipop https://source.android.com/compatibility/downloads.html

in android cts 5.1_r1, can use --force-abi option, example:

run cts --force-abi 64 --package android.core.tests.libcore.package.harmony_java_io 

Comments