History log of /frameworks/base/tests/JankBench/app/src/main/jni/Bench.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b5fbd41b23bf309e6b420a3df4641603d55dcb68 26-Oct-2017 Joel Fernandes <joelaf@google.com> JankBench: make it build and run in Android build

JankBench is a tool heavily used for scheduler and graphics testing.
JankBench has been an android studio project and traditionally its APK
has been built outside of the Android tree using studio. This patch
makes it possible to build it using Android source tree without needing
studio.

Some library imports needed renaming and an xml file had a typo, also
resource IDs need to be 16-bits so I fixed that up. List fragments can't
be anonymous instantiations anymore so changed it to be non-anonymous.

Bug: 31544438
Test: Run all Jankbench benchmarks manually in the app.
Change-Id: Ib5e4351fcc72acdec20424ae30598c205e7803f7
Signed-off-by: Joel Fernandes <joelaf@google.com>
/frameworks/base/tests/JankBench/app/src/main/jni/Bench.cpp