Source release v2.1.1-0-738 + third_party libs
Change-Id: I76e298f8092951d4214c776d6bbcad6b763eb5b2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Refer to the distribution package's README for information about
|
||||
# setting up your system, performing the build, and using/testing
|
||||
# the build targets.
|
||||
#
|
||||
|
||||
# Set external_build=0 via GYP_DEFINES if debug information in
|
||||
# libwvcdm_shared.so is desirable.
|
||||
{
|
||||
@@ -16,7 +16,7 @@
|
||||
'proto_in_dir': '../core/src',
|
||||
'proto_out_dir': 'license_protocol',
|
||||
},
|
||||
'includes': ['../build/protoc.gypi'],
|
||||
'includes': ['../third_party/protoc.gypi'],
|
||||
},
|
||||
{
|
||||
'target_name': 'device_files',
|
||||
@@ -26,7 +26,7 @@
|
||||
'proto_in_dir': '../core/src',
|
||||
'proto_out_dir': 'device_files',
|
||||
},
|
||||
'includes': ['../build/protoc.gypi'],
|
||||
'includes': ['../third_party/protoc.gypi'],
|
||||
},
|
||||
{
|
||||
'target_name': 'wvcdm_sysdep',
|
||||
@@ -48,8 +48,8 @@
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'wvcdm_shared',
|
||||
'type': 'shared_library',
|
||||
'target_name': '<(cdm_target_name)',
|
||||
'type': '<(cdm_target_type)',
|
||||
'defines': ['CDM_IMPLEMENTATION'],
|
||||
'dependencies': [
|
||||
'license_protocol',
|
||||
@@ -75,6 +75,7 @@
|
||||
'../core/src/certificate_provisioning.cpp',
|
||||
'../core/src/crypto_session.cpp',
|
||||
'../core/src/device_files.cpp',
|
||||
'../core/src/initialization_data.cpp',
|
||||
'../core/src/license.cpp',
|
||||
'../core/src/oemcrypto_adapter_static.cpp',
|
||||
'../core/src/policy_engine.cpp',
|
||||
|
||||
Reference in New Issue
Block a user