Compare commits
15 Commits
d3991cbcbf
...
16.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 399413bf1a | |||
| 7969ccf3df | |||
|
|
63e8971981 | ||
|
|
7bbe519731 | ||
|
|
de52f6903d | ||
|
|
4d7ddbdb8e | ||
|
|
2684f698ff | ||
|
|
567f4429c9 | ||
|
|
1fe6b5704b | ||
|
|
1f6fcc86a0 | ||
|
|
ef9a3fb9b5 | ||
|
|
7cc637744a | ||
|
|
a775c55c61 | ||
|
|
743f021145 | ||
|
|
333b276199 |
637
Android.bp
637
Android.bp
@@ -322,7 +322,6 @@ cc_prebuilt_library_shared {
|
||||
"libllvm-glnext",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@2.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"vendor.qti.hardware.display.mapper@3.0",
|
||||
@@ -330,6 +329,9 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@4.0",
|
||||
"android.hardware.graphics.mapper@4.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -348,7 +350,6 @@ cc_prebuilt_library_shared {
|
||||
"libllvm-glnext",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@2.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"vendor.qti.hardware.display.mapper@3.0",
|
||||
@@ -356,6 +357,9 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@4.0",
|
||||
"android.hardware.graphics.mapper@4.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -426,6 +430,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -449,6 +454,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -508,6 +514,96 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libVkLayer_q3dtools",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libVkLayer_q3dtools.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libz",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libVkLayer_q3dtools.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libz",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libadreno_app_profiles",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libadreno_app_profiles.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"android.hidl.memory@1.0",
|
||||
"vendor.qti.qspmhal@1.0_vendor",
|
||||
"libdl",
|
||||
"libz",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libadreno_app_profiles.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"android.hidl.memory@1.0",
|
||||
"vendor.qti.qspmhal@1.0_vendor",
|
||||
"libdl",
|
||||
"libz",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libadreno_utils",
|
||||
owner: "xiaomi",
|
||||
@@ -895,6 +991,45 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libgpudataproducer",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libgpudataproducer.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libz",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libgpudataproducer.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libz",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libgsl",
|
||||
owner: "xiaomi",
|
||||
@@ -975,6 +1110,76 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libkcl",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libkcl.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libkcl.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libkernelmanager",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libkernelmanager.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libkernelmanager.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libllvm-glnext",
|
||||
owner: "xiaomi",
|
||||
@@ -988,7 +1193,6 @@ cc_prebuilt_library_shared {
|
||||
],
|
||||
shared_libs: [
|
||||
"libgsl",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -1001,7 +1205,6 @@ cc_prebuilt_library_shared {
|
||||
],
|
||||
shared_libs: [
|
||||
"libgsl",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -1754,6 +1957,50 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.qspmhal@1.0_vendor",
|
||||
stem: "vendor.qti.qspmhal@1.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/vendor.qti.qspmhal@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.bluetooth_audio@2.1-impl",
|
||||
owner: "xiaomi",
|
||||
@@ -1818,283 +2065,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxAacDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxAacDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxAlacDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxAlacDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxAmrDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxAmrDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxAmrwbplusDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxAmrwbplusDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxApeDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxApeDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxDsdDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxDsdDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxEvrcDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxEvrcDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxQcelp13Dec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxQcelp13Dec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxVpp",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxVpp.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libbinder",
|
||||
"libcutils",
|
||||
"libvppclient",
|
||||
"vendor.qti.hardware.vpp@1.1",
|
||||
"vendor.qti.hardware.vpp@1.2",
|
||||
"vendor.qti.hardware.capabilityconfigstore@1.0",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libOmxWmaDec",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libOmxWmaDec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libion",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libadpcmdec",
|
||||
owner: "xiaomi",
|
||||
@@ -2185,31 +2155,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libdsd2pcm",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libdsd2pcm.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmrtpdecoder_proprietary",
|
||||
owner: "xiaomi",
|
||||
@@ -4447,6 +4392,7 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.latency@2.1",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"vendor.qti.data.mwqem@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -4455,7 +4401,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@@ -6008,7 +5953,6 @@ cc_prebuilt_library_shared {
|
||||
"android.hardware.secure_element@1.0",
|
||||
"android.hardware.secure_element@1.1",
|
||||
"android.hardware.secure_element@1.2",
|
||||
"vendor.qti.hardware.radio.qcriNvOpt@1.0",
|
||||
"vendor.qti.hardware.radio.internal.deviceinfo@1.0",
|
||||
"libdsutils",
|
||||
"libcutils",
|
||||
@@ -6254,6 +6198,7 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@@ -6312,6 +6257,7 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@@ -6570,6 +6516,7 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.data.cne.internal.server@1.0",
|
||||
"vendor.qti.hardware.data.cne.internal.api@1.0",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -6578,7 +6525,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@@ -7774,6 +7720,34 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.radio.atcmdfwd@1.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.radio.ims@1.0",
|
||||
owner: "xiaomi",
|
||||
@@ -8111,34 +8085,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.radio.qcriNvOpt@1.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.hardware.radio.qcriNvOpt@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.radio.qcrilhook@1.0",
|
||||
owner: "xiaomi",
|
||||
@@ -9857,17 +9803,19 @@ cc_prebuilt_library_shared {
|
||||
"proprietary/system_ext/lib64/libwfdnative.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libinput_shim",
|
||||
"libandroid_runtime",
|
||||
"libui",
|
||||
"libinput",
|
||||
"libbinder",
|
||||
"libgui",
|
||||
"libnativehelper",
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libwfdclient",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"libbinder",
|
||||
"libgui",
|
||||
"android.hidl.base@1.0",
|
||||
"android.hidl.token@1.0-utils",
|
||||
"android.hardware.graphics.common@1.0",
|
||||
"android.hardware.graphics.bufferqueue@1.0",
|
||||
@@ -10045,6 +9993,8 @@ cc_prebuilt_library_shared {
|
||||
"libmmosal",
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libwfdconfigutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -10780,6 +10730,7 @@ cc_prebuilt_binary {
|
||||
},
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
recovery_available: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
@@ -11138,6 +11089,7 @@ cc_prebuilt_binary {
|
||||
"libqmi_csi",
|
||||
"libdsi_netctrl",
|
||||
"libdiag",
|
||||
"libwpa_client",
|
||||
"libcneapiclient",
|
||||
"libandroid_net",
|
||||
"libutils",
|
||||
@@ -11150,7 +11102,6 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
@@ -11285,6 +11236,7 @@ cc_prebuilt_binary {
|
||||
"libgps.utils",
|
||||
"liblog",
|
||||
"libnl",
|
||||
"libwpa_client",
|
||||
"libqmi_cci",
|
||||
"libqmi_common_so",
|
||||
"libdiag",
|
||||
@@ -11296,7 +11248,6 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
@@ -11903,12 +11854,12 @@ cc_prebuilt_binary {
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "wfdservice64",
|
||||
name: "wfdservice",
|
||||
owner: "xiaomi",
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/bin/wfdservice64",
|
||||
"proprietary/system_ext/bin/wfdservice",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
proprietary/system_ext/bin/wfdservice
Executable file
BIN
proprietary/system_ext/bin/wfdservice
Executable file
Binary file not shown.
Binary file not shown.
@@ -16,13 +16,13 @@ service wfdservice64 /system_ext/bin/wfdservice64
|
||||
oneshot
|
||||
|
||||
on property:vendor.wfdservice=enable
|
||||
start wfdservice64
|
||||
start wfdservice
|
||||
|
||||
on property:vendor.wfdservice64=enable
|
||||
start wfdservice64
|
||||
|
||||
on property:vendor.wfdservice=disable
|
||||
stop wfdservice64
|
||||
stop wfdservice
|
||||
|
||||
on property:vendor.wfdservice64=disable
|
||||
stop wfdservice64
|
||||
|
||||
@@ -84,6 +84,3 @@ epoll_create1: 1
|
||||
epoll_ctl: 1
|
||||
recvfrom: 1
|
||||
epoll_pwait: 1
|
||||
umask: 1
|
||||
ioprio_set: 1
|
||||
wait4: 1
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<!--
|
||||
Copyright (C) 2012 - 2021 Qualcomm Technologies, Inc.
|
||||
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
@@ -278,9 +278,20 @@
|
||||
<Wifi>0</Wifi>
|
||||
<NoSP>0</NoSP>
|
||||
</HIDInputPaths>
|
||||
<!-- Supported HIDC input events -->
|
||||
<CustomHIDCInputPaths>
|
||||
<Infrared>0</Infrared>
|
||||
<USB>3</USB>
|
||||
<BT>0</BT>
|
||||
<Zigbee>0</Zigbee>
|
||||
<Wifi>0</Wifi>
|
||||
<NoSP>0</NoSP>
|
||||
</CustomHIDCInputPaths>
|
||||
</InputEvents>
|
||||
<!-- TCP port on which UIBC connection established -->
|
||||
<TcpPort>4321</TcpPort>
|
||||
<!-- 0/1 - support Custome HIDC or not -->
|
||||
<CustomAppUIBCSupport>0</CustomAppUIBCSupport>
|
||||
</UIBC>
|
||||
</Capability>
|
||||
|
||||
|
||||
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/bin/netmgrd
vendored
BIN
proprietary/vendor/bin/netmgrd
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/rmt_storage
vendored
BIN
proprietary/vendor/bin/rmt_storage
vendored
Binary file not shown.
4
proprietary/vendor/etc/init/qcrild.rc
vendored
4
proprietary/vendor/etc/init/qcrild.rc
vendored
@@ -2,14 +2,14 @@ service vendor.qcrild /vendor/bin/hw/qcrild
|
||||
class main
|
||||
user radio
|
||||
disabled
|
||||
group radio cache inet misc audio log readproc wakelock oem_2901 net_raw system sdcard_rw sdcard_r
|
||||
group radio cache inet misc audio log readproc wakelock oem_2901
|
||||
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW
|
||||
|
||||
service vendor.qcrild2 /vendor/bin/hw/qcrild -c 2
|
||||
class main
|
||||
user radio
|
||||
disabled
|
||||
group radio cache inet misc audio log readproc wakelock oem_2901 net_raw system sdcard_rw sdcard_r
|
||||
group radio cache inet misc audio log readproc wakelock oem_2901
|
||||
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW
|
||||
|
||||
service vendor.qcrild3 /vendor/bin/hw/qcrild -c 3
|
||||
|
||||
BIN
proprietary/vendor/gpu/kbc/sequence_manifest.bin
vendored
Normal file
BIN
proprietary/vendor/gpu/kbc/sequence_manifest.bin
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/gpu/kbc/unified_kbcs_32.bin
vendored
Normal file
BIN
proprietary/vendor/gpu/kbc/unified_kbcs_32.bin
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/gpu/kbc/unified_kbcs_64.bin
vendored
Normal file
BIN
proprietary/vendor/gpu/kbc/unified_kbcs_64.bin
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/gpu/kbc/unified_ksqs.bin
vendored
Normal file
BIN
proprietary/vendor/gpu/kbc/unified_ksqs.bin
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/egl/eglSubDriverAndroid.so
vendored
BIN
proprietary/vendor/lib/egl/eglSubDriverAndroid.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/egl/libEGL_adreno.so
vendored
BIN
proprietary/vendor/lib/egl/libEGL_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so
vendored
BIN
proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/egl/libGLESv2_adreno.so
vendored
BIN
proprietary/vendor/lib/egl/libGLESv2_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/egl/libq3dtools_adreno.so
vendored
BIN
proprietary/vendor/lib/egl/libq3dtools_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/egl/libq3dtools_esx.so
vendored
BIN
proprietary/vendor/lib/egl/libq3dtools_esx.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/hw/vulkan.adreno.so
vendored
BIN
proprietary/vendor/lib/hw/vulkan.adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libC2D2.so
vendored
BIN
proprietary/vendor/lib/libC2D2.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libCB.so
vendored
BIN
proprietary/vendor/lib/libCB.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAacDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAacDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAlacDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAlacDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAmrDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAmrDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAmrwbplusDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAmrwbplusDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxApeDec.so
vendored
BIN
proprietary/vendor/lib/libOmxApeDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxDsdDec.so
vendored
BIN
proprietary/vendor/lib/libOmxDsdDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxEvrcDec.so
vendored
BIN
proprietary/vendor/lib/libOmxEvrcDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxQcelp13Dec.so
vendored
BIN
proprietary/vendor/lib/libOmxQcelp13Dec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxVpp.so
vendored
BIN
proprietary/vendor/lib/libOmxVpp.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxWmaDec.so
vendored
BIN
proprietary/vendor/lib/libOmxWmaDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOpenCL.so
vendored
BIN
proprietary/vendor/lib/libOpenCL.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libVkLayer_q3dtools.so
vendored
Normal file
BIN
proprietary/vendor/lib/libVkLayer_q3dtools.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libadreno_app_profiles.so
vendored
Normal file
BIN
proprietary/vendor/lib/libadreno_app_profiles.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libadreno_utils.so
vendored
BIN
proprietary/vendor/lib/libadreno_utils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libc2d30_bltlib.so
vendored
BIN
proprietary/vendor/lib/libc2d30_bltlib.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libdsd2pcm.so
vendored
BIN
proprietary/vendor/lib/libdsd2pcm.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libgpudataproducer.so
vendored
Normal file
BIN
proprietary/vendor/lib/libgpudataproducer.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libgsl.so
vendored
BIN
proprietary/vendor/lib/libgsl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libkcl.so
vendored
Normal file
BIN
proprietary/vendor/lib/libkcl.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libkernelmanager.so
vendored
Normal file
BIN
proprietary/vendor/lib/libkernelmanager.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libllvm-glnext.so
vendored
BIN
proprietary/vendor/lib/libllvm-glnext.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libllvm-qcom.so
vendored
BIN
proprietary/vendor/lib/libllvm-qcom.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/vendor.qti.qspmhal@1.0.so
vendored
Normal file
BIN
proprietary/vendor/lib/vendor.qti.qspmhal@1.0.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/eglSubDriverAndroid.so
vendored
BIN
proprietary/vendor/lib64/egl/eglSubDriverAndroid.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/libEGL_adreno.so
vendored
BIN
proprietary/vendor/lib64/egl/libEGL_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so
vendored
BIN
proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/libGLESv2_adreno.so
vendored
BIN
proprietary/vendor/lib64/egl/libGLESv2_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/libq3dtools_adreno.so
vendored
BIN
proprietary/vendor/lib64/egl/libq3dtools_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/egl/libq3dtools_esx.so
vendored
BIN
proprietary/vendor/lib64/egl/libq3dtools_esx.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/vulkan.adreno.so
vendored
BIN
proprietary/vendor/lib64/hw/vulkan.adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libC2D2.so
vendored
BIN
proprietary/vendor/lib64/libC2D2.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libCB.so
vendored
BIN
proprietary/vendor/lib64/libCB.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libOpenCL.so
vendored
BIN
proprietary/vendor/lib64/libOpenCL.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libVkLayer_q3dtools.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libVkLayer_q3dtools.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libadreno_app_profiles.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libadreno_app_profiles.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libadreno_utils.so
vendored
BIN
proprietary/vendor/lib64/libadreno_utils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libc2d30_bltlib.so
vendored
BIN
proprietary/vendor/lib64/libc2d30_bltlib.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libconfigdb.so
vendored
BIN
proprietary/vendor/lib64/libconfigdb.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libdisp-aba.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdisp-aba.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libdpps.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdpps.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libdsi_netctrl.so
vendored
BIN
proprietary/vendor/lib64/libdsi_netctrl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libgpudataproducer.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libgpudataproducer.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libgsl.so
vendored
BIN
proprietary/vendor/lib64/libgsl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libhdr_tm.so
vendored
BIN
proprietary/vendor/lib64/libhdr_tm.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libkcl.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libkcl.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libkernelmanager.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libkernelmanager.so
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user