sm6150-common: Update WFD system blobs from dodge AP3A.240617.008
Change-Id: I9db3b2c40004be63d9a05e2682d5a5651cc4fab4 Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
parent
40194cc176
commit
445798750b
39
Android.bp
39
Android.bp
@ -9678,6 +9678,8 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"vendor.display.config@2.0",
|
||||
"libdisplayconfig.system.qti",
|
||||
"libbinder_ndk",
|
||||
"vendor.qti.hardware.display.config-V5-ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@ -9791,10 +9793,13 @@ cc_prebuilt_library_shared {
|
||||
"libmedia_helper",
|
||||
"libaudioclient",
|
||||
"libwfdavenhancements",
|
||||
"libqdMetaData.system",
|
||||
"libhidlbase",
|
||||
"libgralloctypes",
|
||||
"android.hardware.graphics.mapper@4.0",
|
||||
"libvndksupport",
|
||||
"android.hardware.graphics.allocator@4.0",
|
||||
"android.hardware.graphics.allocator-V2-ndk",
|
||||
"libbinder_ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@ -9822,6 +9827,8 @@ cc_prebuilt_library_shared {
|
||||
"libandroid_runtime",
|
||||
"libui",
|
||||
"libinput",
|
||||
"libbinder",
|
||||
"libgui",
|
||||
"libnativehelper",
|
||||
"libutils",
|
||||
"liblog",
|
||||
@ -9901,11 +9908,13 @@ cc_prebuilt_library_shared {
|
||||
"libaudioclient",
|
||||
"libaudiofoundation",
|
||||
"audioclient-types-aidl-cpp",
|
||||
"android.media.audio.common.types-V1-cpp",
|
||||
"android.media.audio.common.types-V2-cpp",
|
||||
"libwfdmmsrc_system",
|
||||
"libwfdavenhancements",
|
||||
"libhidlbase",
|
||||
"vendor.qti.hardware.wifidisplaysession@1.0",
|
||||
"vendor.qti.hardware.wifidisplaysession_aidl-V1-ndk",
|
||||
"libbinder_ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@ -10192,6 +10201,32 @@ cc_prebuilt_library_shared {
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.wifidisplaysession_aidl-V1-ndk",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/vendor.qti.hardware.wifidisplaysession_aidl-V1-ndk.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"android.hardware.common-V2-ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.imsrtpservice@3.0",
|
||||
owner: "xiaomi",
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,11 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
||||
All rights reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
<permissions>
|
||||
<privapp-permissions package="com.qualcomm.wfd.service">
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
|
||||
<permission name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
|
@ -84,3 +84,6 @@ epoll_create1: 1
|
||||
epoll_ctl: 1
|
||||
recvfrom: 1
|
||||
epoll_pwait: 1
|
||||
umask: 1
|
||||
ioprio_set: 1
|
||||
wait4: 1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -421,6 +421,7 @@ PRODUCT_PACKAGES += \
|
||||
vendor.qti.diaghal@1.0 \
|
||||
vendor.qti.hardware.fm@1.0 \
|
||||
vendor.qti.hardware.wifidisplaysession@1.0 \
|
||||
vendor.qti.hardware.wifidisplaysession_aidl-V1-ndk \
|
||||
vendor.qti.imsrtpservice@3.0 \
|
||||
vendor.qti.imsrtpservice@3.1 \
|
||||
CACertService \
|
||||
|
Loading…
x
Reference in New Issue
Block a user