Build widevide modules with BOARD_VNDK_VERSION

Header libs are added since global include path is not provided when
building with BOARD_VNDK_VERSION. Also, some static libs are marked as
proprietary so that they can be linked against to the drm hal
service.

Bug: 33241851
Test: BOARD_VNDK_VERSION=current m -j
android.hardware.drm@1.0-service.widevine
Change-Id: Iab85869e21917ea212a09d6eaabdb6ba3ace9248
This commit is contained in:
Jiyong Park
2017-06-23 22:22:08 +09:00
committed by Yifan Hong
parent ccaa50b92e
commit aa74124fc2
6 changed files with 43 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
#include "log.h"
#include <utils/Log.h>
#include <stdio.h>
#include <stdarg.h>
/*
* Uncomment the line below if you want to have the LOGV messages to print
* IMPORTANT : this will affect all of CDM