summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drm/1.0/default/Android.mk')
-rw-r--r--drm/1.0/default/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/drm/1.0/default/Android.mk b/drm/1.0/default/Android.mk
index 0cc6e71b..99773be3 100644
--- a/drm/1.0/default/Android.mk
+++ b/drm/1.0/default/Android.mk
@@ -42,6 +42,9 @@ LOCAL_STATIC_LIBRARIES := \
42LOCAL_C_INCLUDES := \ 42LOCAL_C_INCLUDES := \
43 hardware/interfaces/drm 43 hardware/interfaces/drm
44 44
45LOCAL_HEADER_LIBRARIES := \
46 media_plugin_headers
47
45# TODO(b/18948909) Some legacy DRM plugins only support 32-bit. They need to be 48# TODO(b/18948909) Some legacy DRM plugins only support 32-bit. They need to be
46# migrated to 64-bit. Once all of a device's legacy DRM plugins support 64-bit, 49# migrated to 64-bit. Once all of a device's legacy DRM plugins support 64-bit,
47# that device can turn on TARGET_ENABLE_MEDIADRM_64 to build this service as 50# that device can turn on TARGET_ENABLE_MEDIADRM_64 to build this service as