Sanders : Blob updates from deen_sprout 10

* Update FM, Bluetooth blobs from deen_sprout 10
* Update Widevine DRM blobs from deen sprout 10
* Update Postprocessing blobs from deen sprout 10
* Update Media blobs from deen sprout 10
* Add DPM  blobs from deen sprout 10

Also add missing init.time_daemon.rc from CAF Q

Change-Id: I888f263132a9ce255bfdd3b526fca0a76fe8cbbd
Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
kubersharma001
2020-02-26 23:21:51 +05:30
committed by ashwatthama
parent b95884ce76
commit ef20dbe278
84 changed files with 86 additions and 13 deletions

View File

@@ -15,6 +15,25 @@
soong_namespace {
}
cc_prebuilt_library_shared {
name: "libbtnv",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libbtnv.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libbtnv.so"],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
dex_import {
name: "WfdCommon",
owner: "motorola",