diff options
author | Colin Cross <ccross@android.com> | 2019-09-09 10:55:24 -0700 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-09-10 00:05:33 +0100 |
commit | 5d81a5814bc18e933b33ac42bedc2bf88d763f81 (patch) | |
tree | 512204bc75b6b5ace84cd2ed831299c80c91cf0d /drm | |
parent | 98cf3408affb066832e3e08875d7fdd2f447d643 (diff) | |
download | platform_hardware_interfaces-5d81a5814bc18e933b33ac42bedc2bf88d763f81.tar.gz platform_hardware_interfaces-5d81a5814bc18e933b33ac42bedc2bf88d763f81.tar.bz2 platform_hardware_interfaces-5d81a5814bc18e933b33ac42bedc2bf88d763f81.zip |
Remove unused libcrypto dependency.
libcrypto is unused, which causes problems when boringssl hash
injection is turned on as the code is all stripped and there is
nothing left to inject the hash into.
Bug: 137267623
Test: Ran the following together with the changes from
http://r.android.com/q/topic:bug137267623_bsslselftest
m VtsHalDrmV1_{0,1,2}TargetTest \
VtsHalWifiHostapdV1_{0,1}TargetTest{,Util} \
VtsHalWifiSupplicantV1_{0,1,2}TargetTest{,Util} \
VtsHalWifiSupplicantP2pV1_{0,2}TargetTest
(croot hardware/interfaces/confirmationui ; mma)
(croot hardware/interfaces/drm ; mma)
(croot hardware/interfaces/keymaster ; mma)
Change-Id: Ib0607671ef71d99becb483774f810aad9762f4f1
Diffstat (limited to 'drm')
-rw-r--r-- | drm/1.1/vts/functional/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drm/1.1/vts/functional/Android.bp b/drm/1.1/vts/functional/Android.bp index 1090b6900d..47b02bf179 100644 --- a/drm/1.1/vts/functional/Android.bp +++ b/drm/1.1/vts/functional/Android.bp @@ -29,7 +29,6 @@ cc_test { "libhidlmemory", "libnativehelper", "libssl", - "libcrypto", ], test_suites: ["general-tests"], } |