History log of /external/deqp/android/scripts/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2084300a8dfd3458c93c645633077d40884bf6a9 10-Nov-2014 Pyry Haulos <phaulos@google.com> DO NOT MERGE Treat adb device info parse failures as warnings

Currently when for example unauthorized adb device is connected
install.py stops working altogether, as parsing failures of such lines
causes fatal error. This change turns those failures into warnings
making install.py more robust.

Bug: 18329517
Change-Id: I1b68f97d5bb8e28b04bdb7b58a8c03e2db7a9161
(cherry picked from commit a78b661ed0327eedf8b13a6debc0b98d0e37b0e5)
/external/deqp/android/scripts/common.py
04d51263aaa058a4d7b7279c51b035f50aa4fdad 20-Oct-2014 Pyry Haulos <phaulos@google.com> Rename libtestercore.so to libdeqp.so

Since dEQP is now being built as part of the Android CTS as well,
the name libtestercore.so isn't very descriptive any more. This change
renames the library to libdeqp.so.

This change also drops some dead code related to API level < 9 support.

Bug: 18329517
Change-Id: I03b60fd6d9cc6252651f25610e7c72bbc450670c
(cherry picked from commit 03700a8505debaeae47e63e156ec15350398ce83)
/external/deqp/android/scripts/common.py
7e01a414adc237914552ab970ab3c8c81a8ff799 20-Oct-2014 Pyry Haulos <phaulos@google.com> Improvements to standalone Android build scripts

* If multiple connected devices are detected, install.py prompts to
select one by default if no additional arguments are given.

* Add -a option to install.py that installs package to all connected
devices.

* Use ninja on Linux / OS X, if installed, for faster builds (apt-get
install ninja-build to get the awesomeness).

* If make is used, pass in -j{CPUs} based on number of cores detected.

* Prefer adb in path to avoid adb version mismatch in certain
environments, for example when doing Android OS builds.

* Clean up libs/ dir to avoid stale versions for archs that are not
being built.

* Do not unnecessarily force re-linking of libtestercore.so.

* Optimize asset cleanup by performing that only for the build that is
used for the assets.

* Auto-detect ANDROID_NDK_HOST_OS.

Bug: 18329517
Change-Id: I44e1b0acb5e6bcafeff7df30147002f216a76deb
(cherry picked from commit 89e0405021b883114cca9e748166c17bd7ebcc98)
/external/deqp/android/scripts/common.py
a5d161a6fad1d70cf933ee69392033d323bf4cd5 02-Oct-2014 Pyry Haulos <phaulos@google.com> Add preliminary support for NDK r10c

This change adds toolchain file for NDK r10c and necessary build system
changes for arm64-v8a ABI. The toolchain file assumes that the released
toolchain uses android-21 instead of android-L as the ABI version.

Only GCC toolchain file is provided.

Change-Id: I52053569c5564b0b41b0c66f334a081de4ed584f
/external/deqp/android/scripts/common.py
28ac08943d60932a50281f24af0fa181111cff60 30-Sep-2014 Pyry Haulos <phaulos@google.com> Add screenSize to configChanges to avoid activity restarts when built through CTS build system which overrides minSdkVersion.

Change-Id: I570a691999765ba277983230fb6436c7fb50b700
/external/deqp/android/scripts/common.py
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/android/scripts/common.py