Move ASOP factory extraction tool to its own directory
Moved some source to common folder. Added uploading script which is also shared by CE CDM partners. Added README. Test: m wv_factory_extraction_tool Bug: 414642286 Change-Id: I565027b75528ab28f9f1eb8d9086c0213de992d0
This commit is contained in:
@@ -30,19 +30,20 @@ cc_binary {
|
||||
"libwv_cdm_utils",
|
||||
],
|
||||
srcs: [
|
||||
"cli.cpp",
|
||||
"src/log.cpp",
|
||||
"src/properties_android.cpp",
|
||||
"src/BccParser.cpp",
|
||||
"src/WidevineProvisioner.cpp",
|
||||
"src/WidevineOemcryptoInterface.cpp",
|
||||
"aosp/cli.cpp",
|
||||
"aosp/src/log.cpp",
|
||||
"aosp/src/properties_android.cpp",
|
||||
"aosp/src/BccParser.cpp",
|
||||
"aosp/src/WidevineProvisioner.cpp",
|
||||
"common/src/WidevineOemcryptoInterface.cpp",
|
||||
],
|
||||
include_dirs: [
|
||||
"vendor/widevine/libwvdrmengine/oemcrypto/include",
|
||||
"vendor/widevine/libwvdrmengine/cdm/util/include",
|
||||
],
|
||||
local_include_dirs: [
|
||||
"include",
|
||||
"aosp/include",
|
||||
"common/include",
|
||||
],
|
||||
dist: {
|
||||
targets: [
|
||||
|
||||
Reference in New Issue
Block a user