Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee3491c3 authored by Steven Moreland's avatar Steven Moreland
Browse files

Make ClearKeyFetcherTest build with the VNDK.

When the vndk is enabled (BOARD_VNDK_VERSION=current),
vendor libraries must only link against vendor variants
in the build system. This also means that they receive
restricted sets of headers and that automatic global
headers are restricted.

Test: build ClearKeyFetcherTest with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: If4a6b78f515a29c0af13ca1db8c75a06d10369eb
parent ab5c38a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ LOCAL_SRC_FILES := \
    ClearKeyFetcherTest.cpp

LOCAL_MODULE := ClearKeyFetcherTest
LOCAL_VENDOR_MODULE := true

# LOCAL_LDFLAGS is needed here for the test to use the plugin, because
# the plugin is not in standard library search path. Without this .so