summaryrefslogtreecommitdiffstats
path: root/drm/mediadrm/plugins/clearkey/tests/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-1/+0
| | | | | | | | The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: If9df76e6fefb7419cbb2fb33a0264626c748561e
* Move to libc++.Dan Albert2014-11-111-8/+0
| | | | | | | This also cleans up some makefile cruft. Bug: 15193147 Change-Id: Ia53ca4f6fb2153f4e77e6f696eb27dcaae73a78e
* Create a single test binary.Edwin Wong2014-07-011-11/+29
| | | | | | | | To run individual test suite, follow the example shown below: adb shell LD_LIBRARY_PATH=/system/vendor/lib/mediadrm /system/bin/ClearKeyDrmUnitTest --gtest_filter=JsonWebKeyTest.* Change-Id: I8ecc944a734cde351505a7cd8c3997976d74553b
* Add Unit Tests for ClearKey PluginJohn "Juce" Bruce2014-06-301-0/+8
| | | | Change-Id: I0008a01d29ade169df9a0fd30ca0303adf9ecad3
* JsonWebKey support.Edwin Wong2014-07-011-0/+26
Parses JSON Web Key Set in the response data; extracts and base64 decode key id(s) and key(s). bug: 12035506 Change-Id: Ib71bce942d6eca1e569dfad0a9adb6dee1cdf75e