Commit Graph

9 Commits

Author SHA1 Message Date
Sasha Smundak
500db62bfa Convert Android.mk file to Android.bp
See build/soong/README.md for more information.

Bug: 122332340
Test: treehugger
Change-Id: I23d8d5a019155a0f3296f7ab75e9b44b7621f3c8
2019-02-19 13:46:51 -08:00
Aurimas Liutikas
d113f94efd Migrate away from temporary androidx.design_design target.
androidx.design_design was a target created temporarily while
the com.google.android.material_material was being added.
This migrated to the final material design class packages.

Test: make -j UiBench JankBench
Change-Id: I86540efbe706049fd05938eec0634ba63971b45a
2019-01-30 22:12:34 -08:00
Joel Fernandes
f0a17d6bd2 Merge "JankBench: Add Bitmap Upload to list of runnable tests" am: 9c4b6532b2 am: 1f90d94383
am: 0ed2ad08f9

Change-Id: Iaef1c7ffb34cd3b9a76a6eb10bc0db633c3f4e78
2019-01-25 10:14:17 -08:00
Joel Fernandes
01eee37972 Merge "JankBench: Fix execution of incorrect benchmark" am: 8a52fda1fa am: 187fcc9fad
am: b199e12fe5

Change-Id: I90ff44942114da48426286ad36d58b7ff1379e41
2019-01-25 10:07:11 -08:00
Josh Choo
72ff937a6b JankBench: Add Bitmap Upload to list of runnable tests
Include Bitmap Upload in the default list of tests.

Change-Id: I37721483437956c8c1bac437446c519bbc6b7151
Signed-off-by: Josh Choo <dev@joshuous.com>
2019-01-04 00:54:54 +08:00
Josh Choo
5c1d15003e JankBench: Fix execution of incorrect benchmark
Fullscreen Overdraw should be executed instead of Bitmap Upload.

Change-Id: I2c89ee726fb20bd57d1b5a915738f3f50dae8292
Signed-off-by: Josh Choo <dev@joshuous.com>
2019-01-04 00:48:38 +08:00
Aurimas Liutikas
1d6c6dab01 Migrate EasterEgg, JankBench, UiBench to androidx
Bug: 76692459
Test: make -j EasterEgg JankBench UiBench
Change-Id: Id9bed936dd1cb1cb4e1c0792618c9a3d608c1fb8
2018-04-03 17:08:29 -07:00
Alan Viverette
c0cf7245a1 Use var for design library
Bug: 72796206

Test: make checkbuild
Change-Id: Ia9c94d8aab890e767bab717096c0b9c83cdbcc88
2018-02-08 11:01:08 -05:00
Joel Fernandes
b5fbd41b23 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>
2017-12-22 20:23:30 +00:00